Thursday, June 08, 2006

From tiny Acorns, mighty Oaks grow...

///////////////////////////////////////////////////////
/// Name: main.cpp
/// Author: Paul Rowland (area51)
/// Desc: Rogue Lore. A 3D graphical 'RogueLike' game.
///////////////////////////////////////////////////////

#include "game/Game.h"

//! Main game loop.
int main()
{
CGame game;
game.run();
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home