1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +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" };
}