mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 13:33:09 -04:00
7 lines
113 B
C
7 lines
113 B
C
#ifndef POKEDIAMOND_OS_INIT_H
|
|
#define POKEDIAMOND_OS_INIT_H
|
|
|
|
void OS_Init(void);
|
|
|
|
#endif //POKEDIAMOND_OS_INIT_H
|