Refactor events.

This commit is contained in:
2021-07-04 15:26:52 +02:00
parent f816f5f565
commit 4ab5d205ac
28 changed files with 231 additions and 125 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#include <GLFW/glfw3.h>
#include "Camera.h"
#include "Entity.h"
#include "EventHandler.h"
@@ -11,7 +9,6 @@
#include "ShaderProgram.h"
#include "Window.h"
#include "World.h"
#include "defines.h"
class Controller
{