diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-07 21:10:50 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-07 21:10:50 +0100 |
commit | 055ca804ebe27ea77f1c09079f119a0526426e70 (patch) | |
tree | 26955eeba11e10c3f5726a0eb23a602b867d37fa /game/hud/HudConfig.h | |
parent | e7ff8a9d0cff724520c4fb7a13b77e93797759cf (diff) |
fixed includes
Diffstat (limited to 'game/hud/HudConfig.h')
-rw-r--r-- | game/hud/HudConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/hud/HudConfig.h b/game/hud/HudConfig.h index e3497fb..2da3b66 100644 --- a/game/hud/HudConfig.h +++ b/game/hud/HudConfig.h @@ -1,5 +1,5 @@ #pragma once -#include "types.h" +#include <crepe/types.h> static constexpr crepe::vec2 TOP_LEFT = {-530,-230}; static constexpr const char* HUD_DISTANCE = "hud_distance"; |