Changeset View
Changeset View
Standalone View
Standalone View
source/creator/creator_args.c
| Context not available. | |||||
| /* for passing information between creator and gameengine */ | /* for passing information between creator and gameengine */ | ||||
| #ifdef WITH_GAMEENGINE | #ifdef WITH_GAMEENGINE | ||||
| # include "BL_System.h" | # include "LA_SystemCommandLine.h" | ||||
| #else /* dummy */ | #else /* dummy */ | ||||
| # define SYS_SystemHandle int | # define SYS_SystemHandle int | ||||
| #endif | #endif | ||||
| Context not available. | |||||