Advertisement
donkaban

Untitled

Aug 5th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. #include "TheEngine/TheEngine.h"
  2. #include "Plugins/Card.h"
  3. #include "Plugins/BBPlugin.h"
  4.  
  5.  
  6. int main()
  7. {
  8.     TheEngine::create("Emulator.xml")
  9.      -> loadPlugin<TheCardPlugin>()
  10.      -> loadPlugin<TheBBPlugin>()
  11.      -> runMainScript()
  12.      -> mainLoop();
  13.    return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement