mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
7 lines
91 B
C
7 lines
91 B
C
#ifndef PMDSKY_MAIN_H
|
|
#define PMDSKY_MAIN_H
|
|
|
|
void NitroMain(void);
|
|
|
|
#endif //PMDSKY_MAIN_H
|