yes
This commit is contained in:
14
Runtime/Includes/Core/EventBase.h
git.filemode.normal_file
14
Runtime/Includes/Core/EventBase.h
git.filemode.normal_file
@@ -0,0 +1,14 @@
|
||||
#ifndef __SCOPE_CORE_BASE_EVENT__
|
||||
#define __SCOPE_CORE_BASE_EVENT__
|
||||
|
||||
#include <Core/Enums.h>
|
||||
|
||||
namespace Scop
|
||||
{
|
||||
struct EventBase
|
||||
{
|
||||
virtual Event What() const = 0;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user