forked from mirror/openmw-tes3mp
12 lines
127 B
C++
12 lines
127 B
C++
|
|
||
|
#include "context.hpp"
|
||
|
|
||
|
namespace SACompiler
|
||
|
{
|
||
|
bool Context::canDeclareLocals() const
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
|