lil' more armor shit, attempting to put music into ROMFS

This commit is contained in:
ElijahZAwesome 2018-01-28 08:27:51 -06:00
parent 22fdd7acc7
commit e54122951d
19 changed files with 40 additions and 29 deletions

View file

@ -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);