1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-23 12:22:16 +00:00
TegraExplorer/source/tegraexplorer/utils/menuUtils.h

8 lines
311 B
C
Raw Normal View History

2020-05-04 12:55:26 +01:00
#pragma once
#include "../../utils/types.h"
#include "../common/types.h"
void mu_createObjects(int size, menu_entry **menu);
void mu_clearObjects(menu_entry **menu);
2020-05-04 19:48:23 +01:00
int mu_countObjects(menu_entry *entries, u32 count, u8 propertyMask);
2020-05-04 12:55:26 +01:00
void mu_copySingle(char *name, u32 storage, u8 property, menu_entry *out);