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