lil' more armor shit, attempting to put music into ROMFS
This commit is contained in:
parent
22fdd7acc7
commit
e54122951d
19 changed files with 40 additions and 29 deletions
|
@ -58,6 +58,7 @@ void renderEntities(int x, int y, EntityManager* em);
|
|||
|
||||
void renderRecipes(RecipeManager * r, int xo, int yo, int x1, int y1, int selected);
|
||||
void renderItemList(Inventory * inv, int xo, int yo, int x1, int y1, int selected);
|
||||
void renderArmorList(Inventory * inv, int xo, int yo, int x1, int y1, int selected);
|
||||
void renderItemWithText(Item* item, int x, int y);
|
||||
void renderItemStuffWithText(int itemID, int itemCL, bool onlyOne, int x, int y);
|
||||
void renderItemWithTextCentered(Item* item, int width, int y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue