mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2025-10-31 11:56:44 -07:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef RAM2GS_H
|
|
#define RAM2GS_H
|
|
|
|
int ram2gs_main(void);
|
|
|
|
#endif /* RAM2GS_H */
|