aboutsummaryrefslogtreecommitdiff
path: root/src/DSi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSi.h')
-rw-r--r--src/DSi.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/DSi.h b/src/DSi.h
index 6a524dd..2c71ad9 100644
--- a/src/DSi.h
+++ b/src/DSi.h
@@ -15,3 +15,17 @@
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
+
+#ifndef DSI_H
+#define DSI_H
+
+#include "types.h"
+
+namespace DSi
+{
+
+bool LoadNAND();
+
+}
+
+#endif // DSI_H