summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/window.h b/src/window.h
index ee4c146..2bc917a 100644
--- a/src/window.h
+++ b/src/window.h
@@ -1,12 +1,9 @@
#ifndef WINDOW_H
#define WINDOW_H
#include "command.h"
+#include "point.h"
#include<SDL2/SDL.h>
-struct Point{
- int x, y;
-};
-
class Window{
public: