mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2024-11-16 01:08:36 +00:00
7 lines
81 B
C
7 lines
81 B
C
|
#ifndef RAM2GS_H
|
||
|
#define RAM2GS_H
|
||
|
|
||
|
int ram2gs_main(void);
|
||
|
|
||
|
#endif /* RAM2GS_H */
|