unigi.ext/types.h

5 lines
134 B
C
Raw Normal View History

2024-09-10 23:53:56 +00:00
#ifndef unigi_header_ext_types
#define unigi_header_ext_types
typedef int32_t unigi_ext_type_2d_coord; // Signed 2D coordinate
#endif