Advertisement
Guest User

Untitled

a guest
Jan 11th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include "EDGE/IScene.h"
  2.  
  3. class GameScene : public EDGE::IScene
  4. {
  5. public:
  6.     GameScene(EDGE::IApp& anApp);
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement