Code cleanup

This commit is contained in:
Vulpovile
2021-03-04 23:02:08 -08:00
parent f6c11373b4
commit 89a6ea7124
4 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
#include "Mouse.h"
#include "Application.h"
#include "Globals.h"
#include <algorithm>
Mouse::Mouse(){
x = y = 0;