From bb16c32bde58cba70e4877aa2d3ebd04332eb575 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Tue, 4 Jan 2022 13:35:02 +0100 Subject: linux compile and imgs --- graphics/cam.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'graphics/cam.h') 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 - - -class Cam { - public: - Cam () { pos = vec2(); scale = 1; } - vec2 pos; - float scale; -}; - +#ifndef CAM_H +#define CAM_H + +#include + + +class Cam { + public: + Cam () { pos = vec2(); scale = 1; } + vec2 pos; + float scale; +}; + #endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf