Skip to content

Instantly share code, notes, and snippets.

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