mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-12 03:55:37 -05: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
|