diff options
Diffstat (limited to 'Runtime/Events/Event.h')
-rw-r--r-- | Runtime/Events/Event.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Runtime/Events/Event.h b/Runtime/Events/Event.h new file mode 100644 index 0000000..f348ece --- /dev/null +++ b/Runtime/Events/Event.h @@ -0,0 +1,8 @@ +#pragma once + + +class Event +{ +public: + +}; |