|
Kiwi Engine
VM for interpreter
|
Define identifiers (fixed strings) More...
#include <Coconut/Coconut.h>Go to the source code of this file.
Functions | |
| void | KESetupIdentifiers (void) |
| Setup identifiers for KiwiEngine. | |
| struct CNFixedString * | KEAppIdentifier (void) |
| Return "app" identifier. More... | |
| struct CNFixedString * | KEConsoleIdentifier (void) |
| Return "console" identifier. More... | |
| struct CNFixedString * | KESysIdentifier (void) |
| Return "sys" identifier. More... | |
Define identifiers (fixed strings)
| struct CNFixedString* KEAppIdentifier | ( | void | ) |
Return "app" identifier.
| struct CNFixedString* KEConsoleIdentifier | ( | void | ) |
Return "console" identifier.
| struct CNFixedString* KESysIdentifier | ( | void | ) |
Return "sys" identifier.
1.8.5