Home
last modified time | relevance | path

Searched defs:ccInstance (Results 1 – 4 of 4) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/script/
H A Dcc_instance.h107 struct ccInstance struct
119 ccInstance *runningInst; // might point to another instance if in far call argument
142 ccInstance *callStackCodeInst[MAX_CALL_STACK]; argument
151 static ccInstance *GetCurrentInstance(void); argument
H A Dcc_instance.cpp223 ccInstance::ccInstance() in ccInstance() function in ccInstance
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/script/
H A Dcc_instance.h102 struct ccInstance { struct
113 // in ccInstance must be intptr_t to accomodate real pointers placed after argument
116 ccInstance *runningInst; // might point to another instance if in far call argument
139 ccInstance *callStackCodeInst[MAX_CALL_STACK]; argument
148 static ccInstance *GetCurrentInstance(void); argument
H A Dcc_instance.cpp204 ccInstance::ccInstance() { in ccInstance() function in AGS3::ccInstance