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