feat: refactor encoders

This commit is contained in:
Maël Villerbu 2024-03-28 22:55:09 +01:00
parent 8ce89b0f65
commit c466ccb757
8 changed files with 256 additions and 216 deletions

View file

@ -2,7 +2,5 @@
extern bool is_sneaking;
extern bool is_barking;
extern bool is_jumping;
extern bool showed_jump;
void render_luna(int LUNA_X, int LUNA_Y);