1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-10 12:41:47 +00:00
nxdumptool/source/filebrowser.h

5 lines
112 B
C
Raw Normal View History

2018-05-16 17:21:13 +01:00
#pragma once
#include "menu.h"
2018-05-16 19:03:47 +01:00
void printFilesInDir(const char* path, const char* basePath, void (*exitCb)());