TDT/arm9/src/install.h
2019-06-09 13:46:10 -05:00

8 lines
123 B
C

#ifndef INSTALL_H
#define INSTALL_H
#include <nds/ndstypes.h>
bool install(char* fpath, bool systemTitle);
#endif