RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.24k stars 264 forks source link

add missing typedef for c2TOIResult in cute_c2.h #296

Closed nadomodan closed 2 years ago

nadomodan commented 2 years ago

cute_c2.h:399:13: error: unknown type name ‘c2TOIResult’; use ‘struct’ keyword to refer to the type 399 | CUTE_C2_API c2TOIResult c2TOI(const void *A, C2_TYPE typeA, const c2x *ax_ptr, c2v vA, const void *B, C2_TYPE typeB, const c2x *bx_ptr, c2v vB, int use_radius); | ^~~~~~~~~~~ | struct