mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-12 23:16:42 +00:00
8 lines
No EOL
300 B
C
8 lines
No EOL
300 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, u8 propertyMask);
|
|
void mu_copySingle(char *name, u32 storage, u8 property, menu_entry *out); |