mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
8 lines
123 B
C
8 lines
123 B
C
#ifndef INSTALL_H
|
|
#define INSTALL_H
|
|
|
|
#include <nds/ndstypes.h>
|
|
|
|
bool install(char* fpath, bool systemTitle);
|
|
|
|
#endif |