fix duplicate symbols bug

This commit is contained in:
Gregory Wells
2025-08-03 18:39:32 -04:00
parent b5f0d16412
commit e3286f119d
2 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#include "gryphn_array_list.h"
GN_ARRAY_LIST_DEFINITION(uint32_t)
GN_ARRAY_LIST_DEFINITION(int)

View File

@@ -77,7 +77,4 @@ type* type##ArrayListData(type##ArrayList list) { \
GN_ARRAY_LIST_HEADER(uint32_t);
GN_ARRAY_LIST_DEFINITION(uint32_t)
GN_ARRAY_LIST_HEADER(int);
GN_ARRAY_LIST_DEFINITION(int)