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

8 lines
300 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);
int mu_countObjects(menu_entry *entries, u8 propertyMask);
void mu_copySingle(char *name, u32 storage, u8 property, menu_entry *out);