mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 19:42:08 +00:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef RGBDS_LINK_LIBRARY_H
|
|
#define RGBDS_LINK_LIBRARY_H
|
|
|
|
extern void AddNeededModules(void);
|
|
|
|
#endif
|