mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-05 00:26: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
|