1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 14:03:26 +01:00
nxdumptool/source/filebrowser.h

6 lines
118 B
C
Raw Normal View History

2018-05-16 17:21:13 +01:00
#pragma once
#include "menu.h"
void printFilesInDir(const char* path);
void printFilesInDirMenuItem(MenuItem* item);