1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:23:51 +00:00
openmw-tes3mp/apps/mwcompiler/context.cpp
2010-06-28 12:32:08 +02:00

11 lines
127 B
C++

#include "context.hpp"
namespace SACompiler
{
bool Context::canDeclareLocals() const
{
return true;
}
}