mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
fix: still had an integer definition in vec2.h
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
#define VEC2_COMB1(a, b) VEC2_COMB2(a, b)
|
#define VEC2_COMB1(a, b) VEC2_COMB2(a, b)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VEC2_TYPE int
|
|
||||||
|
|
||||||
#ifdef VEC2_TYPE
|
#ifdef VEC2_TYPE
|
||||||
|
|
||||||
// customising the linkage
|
// customising the linkage
|
||||||
|
|||||||
Reference in New Issue
Block a user