verhoevenv / OpenNotrium

Code and bugfixes for Instant Kingdom's Notrium, a topdown survival game
Other
86 stars 26 forks source link

Iss40 fix mac build #41

Closed verhoevenv closed 9 years ago

verhoevenv commented 9 years ago

After reading up on namespaces, I propose this quick-fix for getting the mac build to work. Guarding our own code with namespaces would probably be better, but would require quite some changes to the headers, so I'm not sure it's a great idea right now. Opinions, @Enet4 ?

Enet4 commented 9 years ago

Heh, using namespace std really is a bad practice. If the fix involves nothing more than not using it, I don't feel obliged to make our own namespaces. At least not yet. Feel free to merge.