WIP ECS GUI

This commit is contained in:
2014-05-12 22:33:59 +02:00
parent b6372d44b8
commit ad19848c1b
9 changed files with 172 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace Events
struct MousePress : Event
{
int Button;
double X, Y;
};
}