mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
8 lines
No EOL
311 B
C
8 lines
No EOL
311 B
C
#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, u32 count, u8 propertyMask);
|
|
void mu_copySingle(char *name, u32 storage, u8 property, menu_entry *out); |