basic sdl init graphics and engine implementaiton

This commit is contained in:
herbglitch 2022-10-29 00:22:23 -06:00
parent db1adbb838
commit 685364929b
18 changed files with 257 additions and 7 deletions

View file

@ -25,7 +25,8 @@ typedef int8_t (* ARC_Vector_CompareDataFn)(void *a, void *b);
/**
* @brief creates ARC_Vector type
*
* @param config ARC_Vector to initialize
* @param vector ARC_Vector to initialize
* @param dataSize size of type the vector will store
*/
void ARC_Vector_Create(ARC_Vector **vector, uint32_t dataSize);