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 c601bc7..6f09d61 100644 --- a/src/system.h +++ b/src/system.h
@@ -4,7 +4,8 @@
4enum class SystemKey { 4enum class SystemKey {
5 Transform, 5 Transform,
6 Camera, 6 Camera,
7 Animation 7 Animation,
8 Character
8}; 9};
9 10
10class System { 11class System {