diff options
Diffstat (limited to 'Runtime/Events')
-rw-r--r-- | Runtime/Events/Event.cpp | 1 | ||||
-rw-r--r-- | Runtime/Events/Event.h | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/Events/Event.cpp b/Runtime/Events/Event.cpp new file mode 100644 index 0000000..642094d --- /dev/null +++ b/Runtime/Events/Event.cpp @@ -0,0 +1 @@ +#include "Event.h" 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: + +}; |