mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 00:15:06 +00:00
8 lines
232 B
C++
8 lines
232 B
C++
#include "opcodes.hpp"
|
|
|
|
namespace Compiler::Control
|
|
{
|
|
const char* controls[numberOfControls] = { "playercontrols", "playerfighting", "playerjumping", "playerlooking",
|
|
"playermagic", "playerviewswitch", "vanitymode" };
|
|
}
|