mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-27 08:04:14 +01:00
9 lines
71 B
C
9 lines
71 B
C
|
#ifndef INIT_H__
|
||
|
#define INIT_H__
|
||
|
|
||
|
|
||
|
void init (void);
|
||
|
|
||
|
|
||
|
#endif
|