move MainWindow and Screen stuff to separate files; WIP

This commit is contained in:
Arisotura
2023-12-24 15:11:30 +01:00
parent f580d20a7b
commit 6a1232b9a9
8 changed files with 3019 additions and 2665 deletions

View File

@ -19,6 +19,8 @@
#ifndef INPUT_H
#define INPUT_H
#include <SDL2/SDL.h>
#include "types.h"
namespace Input