mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 17:34:35 +02:00
Fix --nolua compilation
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#ifdef LUACONSOLE
|
||||||
#include "LuaSmartRef.h"
|
#include "LuaSmartRef.h"
|
||||||
|
|
||||||
void LuaSmartRef::Clear()
|
void LuaSmartRef::Clear()
|
||||||
@@ -33,4 +34,4 @@ LuaSmartRef::operator bool() const
|
|||||||
{
|
{
|
||||||
return ref != LUA_REFNIL;
|
return ref != LUA_REFNIL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user