chore(event): consolidate window and input functions

This commit is contained in:
fallenoak 2023-03-17 21:57:05 -05:00 committed by GitHub
parent c2a5dd0568
commit dbf840e6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 62 additions and 74 deletions

View file

@ -1,5 +1,5 @@
#include "client/Console.hpp"
#include "event/Window.hpp"
#include "event/Input.hpp"
#include "gx/Device.hpp"
#include "util/CVar.hpp"
#include <cstring>