1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 05:53:25 +01:00
nxdumptool/source/filebrowser.h
2018-05-16 20:04:15 +02:00

5 lines
112 B
C

#pragma once
#include "menu.h"
void printFilesInDir(const char* path, const char* basePath, void (*exitCb)());