diff options
author | tom <tom@ground-control> | 2015-05-02 17:31:50 -0500 |
---|---|---|
committer | tom <tom@ground-control> | 2015-05-02 17:31:50 -0500 |
commit | 5d97a0154ed1c5584c50884e086dcaa3536e5672 (patch) | |
tree | b3c96e7a30ada7995a02c3538d9f3ef9eb0bcd1c /inc | |
parent | 467a25d8db798e8b590773bb0b89eac36537b87a (diff) |
added basic movement
Diffstat (limited to 'inc')
-rw-r--r-- | inc/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/window.h b/inc/window.h index 17ba597..d2dd801 100644 --- a/inc/window.h +++ b/inc/window.h @@ -7,6 +7,7 @@ #include <cmath> #include <stdlib.h> #include <time.h> +#include <iostream> class Window { |