Changes between Version 3 and Version 4 of KernelTask
- Timestamp:
- 09/27/07 22:05:27 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KernelTask
v3 v4 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 #!cpp 12 13 #include <nrEngine/nrEngine.h> 13 14