Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

main.cpp

Go to the documentation of this file.
00001 #include <SDL/SDL_main.h>
00002 #include <iostream>
00003 
00004 #include "application.h"
00005 
00006 int main(int argc, char *argv[])
00007 {
00008         return Application("NNC").Run();
00009 }

Generated on Sun Dec 8 12:02:19 2002 for nnc by doxygen1.3-rc1