aboutsummaryrefslogtreecommitdiff
path: root/src/game_loop/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_loop/ui.h')
-rw-r--r--src/game_loop/ui.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/game_loop/ui.h b/src/game_loop/ui.h
new file mode 100644
index 0000000..7a8ffbd
--- /dev/null
+++ b/src/game_loop/ui.h
@@ -0,0 +1,19 @@
+#pragma once
+
+#include "static/tilemap.h"
+#include "engine/player_controller.h"
+
+#include "ppu/types.h"
+
+#include "engine/types.h"
+#include "engine/entity.h"
+#include "engine/animator.h"
+#include "engine/player_controller.h"
+
+
+// extern hh_g_max_hp;
+
+void hh_ui_show_hp(int* idx, hh_entity* player, uint8_t max_hp, vec_cor cam_pos);
+
+void hh_ui_show_char(int* idx, char* str, vec2 pos);
+