22 #ifndef BLADERUNNER_SCRIPT_ESPER_H 23 #define BLADERUNNER_SCRIPT_ESPER_H 25 #include "bladerunner/script/script.h" 29 class BladeRunnerEngine;
36 void photoSelected(
int photoId);
37 void specialRegionSelected(
int photoId,
int regionId);
40 void SCRIPT_ESPER_DLL_Initialize();
41 void SCRIPT_ESPER_DLL_Photo_Selected(
int photo);
42 bool SCRIPT_ESPER_DLL_Special_Region_Selected(
int photo,
int region);
Definition: esper_script.h:31
Definition: bladerunner.h:113