summary refs log tree commit diff stats
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h index fc89503..298c5f8 100644 --- a/src/system.h +++ b/src/system.h
@@ -6,7 +6,8 @@ enum class SystemKey {
6 Input, 6 Input,
7 Character, 7 Character,
8 Animation, 8 Animation,
9 Camera 9 Camera,
10 Message
10}; 11};
11 12
12class System { 13class System {