mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-22 10:53:53 +00:00
12 lines
127 B
C++
12 lines
127 B
C++
|
|
||
|
#include "context.hpp"
|
||
|
|
||
|
namespace SACompiler
|
||
|
{
|
||
|
bool Context::canDeclareLocals() const
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
|