1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 00:15:06 +00:00
OpenMW/components/compiler/opcodes.cpp
2022-09-22 21:35:26 +03:00

8 lines
232 B
C++

#include "opcodes.hpp"
namespace Compiler::Control
{
const char* controls[numberOfControls] = { "playercontrols", "playerfighting", "playerjumping", "playerlooking",
"playermagic", "playerviewswitch", "vanitymode" };
}