openmw/components/compiler/opcodes.cpp

13 lines
292 B
C++
Raw Normal View History

2013-10-17 16:37:22 +02:00
#include "opcodes.hpp"
namespace Compiler
{
namespace Control
{
const char *controls[numberOfControls] =
{
"playercontrols", "playerfighting", "playerjumping", "playerlooking", "playermagic",
"playerviewswitch", "vanitymode"
};
}
}