diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:35:02 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:35:02 +0100 |
commit | bb16c32bde58cba70e4877aa2d3ebd04332eb575 (patch) | |
tree | de3d82cca043c26cbaa64837a3b2c18efc6ddb64 /graphics/cam.h | |
parent | 411d2f6d6a6e5370d33f0f54b2f2de7147a9d977 (diff) |
linux compile and imgs
Diffstat (limited to 'graphics/cam.h')
-rw-r--r-- | graphics/cam.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/graphics/cam.h b/graphics/cam.h index e3e158f..3f1496f 100644 --- a/graphics/cam.h +++ b/graphics/cam.h @@ -1,14 +1,14 @@ -#ifndef CAM_H -#define CAM_H - -#include <vector> - - -class Cam { - public: - Cam () { pos = vec2(); scale = 1; } - vec2 pos; - float scale; -}; - +#ifndef CAM_H
+#define CAM_H
+
+#include <vector>
+
+
+class Cam {
+ public:
+ Cam () { pos = vec2(); scale = 1; }
+ vec2 pos;
+ float scale;
+};
+
#endif
\ No newline at end of file |