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 --- game/tile.h | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'game/tile.h') diff --git a/game/tile.h b/game/tile.h index 64e9132..c5c46c6 100644 --- a/game/tile.h +++ b/game/tile.h @@ -1,23 +1,23 @@ -#ifndef TILE_H -#define TILE_H - -#include -#include - -#include "../umath/vec2.h" - -class Tile { - public: - Tile() {} - - std::string name; - int move_cost { 1 }; - int sight_cost { 1 }; - int range_bonus { 0 }; - float attack_bonus { 0 }; - float defence_bonus { 0 }; - - vec2 spritebounds; -}; - +#ifndef TILE_H +#define TILE_H + +#include +#include + +#include "../umath/vec2.h" + +class Tile { + public: + Tile() {} + + std::string name; + int move_cost { 1 }; + int sight_cost { 1 }; + int range_bonus { 0 }; + float attack_bonus { 0 }; + float defence_bonus { 0 }; + + vec2 spritebounds; +}; + #endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf