#include <iostream.h>
#include "nerek.h"
#include "module.h"
#include "console.h"
Include dependency graph for nerek.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 36 of file nerek.cpp.
00037 { 00038 ConsoleSys(); 00039 return 0; 00040 } |