root/trunk/vector2d.d

Revision 5, 180 bytes (checked in by aliloko, 7 months ago)

First commit

  • Property svn:executable set to *
Line 
1 module vector2d;
2
3 import game;
4 import util.common;
5
6 int main(char[][] args)
7 {
8    
9     scope Game g = new Game(800,600,false);
10    
11     g.run();
12    
13     return 0;
14    
15 }
Note: See TracBrowser for help on using the browser.