ti83-sdk/tool/tilem-src/emu/tilemint.h

13 lines
183 B
C
Raw Normal View History

2023-10-08 16:33:37 +00:00
#ifndef _TILEMINT_H
#define _TILEMINT_H
#ifdef HAVE_STDINTS1_H
# include <stdints1.h>
#elif defined(HAVE_STDINTS2_H)
# include <stdints2.h>
#else
# include <stdint.h>
#endif
#endif