aboutsummaryrefslogtreecommitdiff
path: root/src/game_loop/ui.h
blob: 7a8ffbd917764c32b561eb7e451b34285a7cfde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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);