Advertisement
Guest User

Untitled

a guest
Jan 11th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include "IApp.h"
  2.  
  3. namespace EDGE
  4. {
  5.     IApp::IApp(const std::string theTitle) :
  6.     directorManager()
  7.     {
  8.         directorManager = new Director();
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement