gnuboy-for-dfi/exports.h

9 lines
88 B
C

#ifndef EXPORTS_H
#define EXPORTS_H
void show_exports();
void init_exports();
#endif