mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Delete app.h
This commit is contained in:
parent
0efa89e6b8
commit
d034de5aa7
@ -1,17 +0,0 @@
|
||||
#ifndef APP_H
|
||||
#define APP_H
|
||||
|
||||
#include <nds/ndstypes.h>
|
||||
|
||||
bool getAppTitle(char* fpath, char* out);
|
||||
bool getAppFullTitle(char* fpath, char* out);
|
||||
|
||||
bool getAppLabel(char* fpath, char* out);
|
||||
|
||||
bool getGameCode(char* fpath, char* out);
|
||||
|
||||
bool getTid(char* fpath, u32* low, u32* high);
|
||||
|
||||
void printAppInfo(char const* path);
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user