- added a macro enclosure
@@ -9,6 +9,9 @@ | ||
9 | 9 | * |
10 | 10 | *****************************************************************************/ |
11 | 11 | |
12 | +#ifndef _SCRIPT_ARGUMENT_READER_HEADER_ | |
13 | +#define _SCRIPT_ARGUMENT_READER_HEADER_ | |
14 | + | |
12 | 15 | // If any new class is added, please update this! |
13 | 16 | static inline const char* lua_gettransmittype( int transmit ) |
14 | 17 | { |
@@ -607,3 +610,5 @@ | ||
607 | 610 | LuaFunctionRef* m_pPendingFunctionOutValue; |
608 | 611 | int m_pPendingFunctionIndex; |
609 | 612 | }; |
613 | + | |
614 | +#endif //_SCRIPT_ARGUMENT_READER_HEADER_ | |
\ No newline at end of file |