Fix broken menus
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
void mu_createObjects(int size, menu_entry **menu);
|
||||
void mu_clearObjects(menu_entry **menu);
|
||||
int mu_countObjects(menu_entry *entries, u8 propertyMask);
|
||||
int mu_countObjects(menu_entry *entries, u32 count, u8 propertyMask);
|
||||
void mu_copySingle(char *name, u32 storage, u8 property, menu_entry *out);
|
||||
Reference in New Issue
Block a user