mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 21:40:03 +00:00
12 lines
127 B
C++
12 lines
127 B
C++
|
|
||
|
#include "context.hpp"
|
||
|
|
||
|
namespace SACompiler
|
||
|
{
|
||
|
bool Context::canDeclareLocals() const
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
|