diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 06:16:26 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 06:16:26 +0300 |
commit | bd197c2ad7e360fb8008c50f8d423072926428dd (patch) | |
tree | 3124defbcbccd7f20e170a081fe4ff12b4e6058c /core/main.cpp | |
parent | 2760d3e7c0de77ddb969db78349ec472a20299bf (diff) |
something working
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp index b7d2204..5d324e0 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -7,11 +7,12 @@ public: virtual bool OnInit(); }; - bool EvilCore::OnInit() { void load_modules(); load_modules(); + while(true) + sleep(10); return 0; } IMPLEMENT_APP(EvilCore) |