mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Completely remove old chara render code
This commit is contained in:
parent
10f37f2bd2
commit
ed6c4807fc
4 changed files with 1 additions and 81 deletions
|
@ -34,9 +34,6 @@ typedef struct {
|
|||
|
||||
void load_chara(Chara *chara, const char *filename, TIM_IMAGE *tim);
|
||||
void free_chara(Chara *chara);
|
||||
|
||||
void chara_render_frame(Chara *chara, int16_t framenum,
|
||||
int16_t vx, int16_t vy, uint8_t flipx);
|
||||
void chara_draw_gte(Chara *chara, int16_t framenum,
|
||||
int16_t vx, int16_t vy,
|
||||
uint8_t flipx, int32_t angle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue