Changes between Version 1 and Version 2 of ManualPage
- Timestamp:
- 09/27/07 00:36:22 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ManualPage
v1 v2 1 = Documentation=1 = NOTE: Documentation is in progress !!!= 2 2 3 == Documentation is in progress ==4 3 5 4 == Getting started == … … 8 7 9 8 {{{ 10 11 9 #include <nrEngine/nrEngine.h> 12 10 … … 17 15 Engine::sLog()->setLevel(Log::LL_WARNING); 18 16 19 // initiali ye essential parts of the engine17 // initialize essential parts of the engine 20 18 Engine::instance()->initializeEngine(); 21 19 … … 27 25 Engine::release(); 28 26 } 27 }}} 29 28 30 31 }}} 29 == How to use Kernel/Task subsystem ==