diff options
Diffstat (limited to 'Minecraft.World/Control.h')
| -rw-r--r-- | Minecraft.World/Control.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Minecraft.World/Control.h b/Minecraft.World/Control.h new file mode 100644 index 00000000..1c12a98f --- /dev/null +++ b/Minecraft.World/Control.h @@ -0,0 +1,9 @@ +#pragma once + +class Control +{ +public: + static const int MoveControlFlag = 1; + static const int LookControlFlag = 2; + static const int JumpControlFlag = 4; +};
\ No newline at end of file |
