mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
5 lines
No EOL
112 B
C
5 lines
No EOL
112 B
C
#pragma once
|
|
|
|
#include "menu.h"
|
|
|
|
void printFilesInDir(const char* path, const char* basePath, void (*exitCb)()); |