This repository has been archived on 2022-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
jtmm2-old/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