Changes between Version 1 and Version 2 of KernelTask
- Timestamp:
- 09/27/07 22:02:46 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KernelTask
v1 v2 10 10 The following code show you how to use the engine's kernel subsystem for a simple managment of tasks in your application/game: 11 11 {{{ 12 #!text/c++ 12 13 #include <nrEngine/nrEngine.h> 13 14