YoggieEngine/BarinkEngine/Include/EventSystem/Event.h

9 lines
88 B
C++

#pragma once
#include <string>
struct Event
{
public:
std::string name;
};