Improved log; fixed texture loading and hash table

This commit is contained in:
2022-11-17 22:48:20 +00:00
parent 36277d5c7b
commit 5386e19e17
12 changed files with 78 additions and 46 deletions

View File

@@ -65,7 +65,7 @@ extern int show_desktop;
struct vec;
struct gameproject;
struct mSprite;
struct sprite;
extern struct gameproject *cur_project;
extern struct vec *projects;
@@ -104,6 +104,6 @@ void get_levels();
int obj_gui_hierarchy(struct mGameObject *selected);
void sprite_gui(struct mSprite *sprite);
void sprite_gui(struct sprite *sprite);
#endif