mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 22:19:14 +01:00
9 lines
85 B
C
9 lines
85 B
C
|
#ifndef SC64_INIT_H__
|
||
|
#define SC64_INIT_H__
|
||
|
|
||
|
|
||
|
void sc64_init(void);
|
||
|
|
||
|
|
||
|
#endif
|