Files
rgbds/src/link/include/library.h
Vegard Nossum b6c749ffbd Run `indent' on the whole tree
Can't indent the .y files yet, they need special treatment.

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 07:59:46 +02:00

7 lines
81 B
C

#ifndef LIBRARY_H
#define LIBRARY_H
extern void AddNeededModules(void);
#endif