1 #ifndef _EXP_GAME_OBJ_H_
2 #define _EXP_GAME_OBJ_H_
3 
4 #include "../squirrel/squirrel.h"
5 
6 /**
7  * Registers the complete export interface.
8  * @param scenario true if exporting is for scenario scripting
9  */
10 void register_export_function(HSQUIRRELVM vm, bool scenario);
11 
12 #endif
13