jtmm2/include/init.h

11 lines
118 B
C

#ifndef _DEF_INIT
#define _DEF_INIT
#ifdef FX9860G
#include <gint/gray.h>
#endif /* FX9860G */
void init();
#endif