Delete app.h

This commit is contained in:
JeffRuLz 2019-06-20 14:26:24 -05:00 committed by GitHub
parent 0efa89e6b8
commit d034de5aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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