Skip to content

Instantly share code, notes, and snippets.

@bagobor
Created July 10, 2012 14:32
Show Gist options
  • Save bagobor/3083652 to your computer and use it in GitHub Desktop.
Save bagobor/3083652 to your computer and use it in GitHub Desktop.
#ifndef _WIN
class SomeClass...
#endif
class Game
{
#ifndef _WIN
SomeClass m_class;
some shit here
#endif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment