mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
7 lines
107 B
C
7 lines
107 B
C
#ifndef ASMOTOR_LINK_LIBRARY_H
|
|
#define ASMOTOR_LINK_LIBRARY_H
|
|
|
|
extern void AddNeededModules(void);
|
|
|
|
#endif
|