mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
7 lines
79 B
C
7 lines
79 B
C
#ifndef NDS_INFO_H
|
|
#define NDS_INFO_H
|
|
|
|
void ndsInfo(const char *path);
|
|
|
|
#endif
|