diff options
Diffstat (limited to 'tests/LuaThreadStress/LuaState_Declaration.inc')
-rw-r--r-- | tests/LuaThreadStress/LuaState_Declaration.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/LuaThreadStress/LuaState_Declaration.inc b/tests/LuaThreadStress/LuaState_Declaration.inc index 4019b26c6..8b342e1b1 100644 --- a/tests/LuaThreadStress/LuaState_Declaration.inc +++ b/tests/LuaThreadStress/LuaState_Declaration.inc @@ -2,3 +2,8 @@ // LuaState_Declaration.inc // Dummy include file needed for LuaState to compile successfully + + +bool GetStackValue(int, cUUID *&); + + |