Skip to content

Instantly share code, notes, and snippets.

@Charnnarong
Created October 16, 2015 04:51
Show Gist options
  • Save Charnnarong/2ed5c0655bb08d2ab3d6 to your computer and use it in GitHub Desktop.
Save Charnnarong/2ed5c0655bb08d2ab3d6 to your computer and use it in GitHub Desktop.
#ifndef GAMESCENE_H_
#define GAMESCENE_H_
class GameScene {
public:
GameScene();
virtual ~GameScene();
};
#endif /* GAMESCENE_H_ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment