mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
remove float definition from dynarr so it's usable
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#define DYNARR_COMB2(a, b) a##b
|
#define DYNARR_COMB2(a, b) a##b
|
||||||
#define DYNARR_COMB1(a, b) DYNARR_COMB2(a, b)
|
#define DYNARR_COMB1(a, b) DYNARR_COMB2(a, b)
|
||||||
#endif // DYNARR_H
|
#endif // DYNARR_H
|
||||||
#define DYNARR_TYPE float
|
|
||||||
#ifdef DYNARR_TYPE
|
#ifdef DYNARR_TYPE
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user