mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Can't indent the .y files yet, they need special treatment. Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
7 lines
81 B
C
7 lines
81 B
C
#ifndef LIBRARY_H
|
|
#define LIBRARY_H
|
|
|
|
extern void AddNeededModules(void);
|
|
|
|
#endif
|