22 #ifndef KINGDOM_LOGIC_H 23 #define KINGDOM_LOGIC_H 38 void initOpcodesDemo();
39 void initOpcodesFull();
236 void GPL4_992_demo();
238 void GPL4_993_demo();
272 void enableUIButtons();
273 void disableUIButtons();
275 void GPLogic1_SubSP10();
276 void GPLogic1_SubSP121();
277 void GPLogic2_SubSP361();
278 bool chkDesertObstacles();
279 void increaseHealth();
281 void gameHelp_Sub43C();
282 void initVariables();
286 virtual ~
Logic(
void) {}
289 void inventoryDel(
int item);
290 void inventoryAdd(
int item);
291 void executeOpcode();
294 void characterDeath();
Definition: serializer.h:79