forked from mirror/openmw-tes3mp
13 lines
No EOL
277 B
C++
13 lines
No EOL
277 B
C++
#include "opcodes.hpp"
|
|
|
|
namespace Compiler
|
|
{
|
|
namespace Control
|
|
{
|
|
const char *controls[numberOfControls] =
|
|
{
|
|
"playercontrols", "playerfighting", "playerjumping", "playerlooking", "playermagic",
|
|
"playerviewswitch", "vanitymode"
|
|
};
|
|
}
|
|
} |