mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2024-11-05 05:07:09 +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 */
|