Advertisement
Guest User

Untitled

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