mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
add some todos
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
#define DYNARR_add DYNARR_COMB1(DYNARR_NAME, _add) // name of the addition function
|
#define DYNARR_add DYNARR_COMB1(DYNARR_NAME, _add) // name of the addition function
|
||||||
#define DYNARR_remove DYNARR_COMB1(DYNARR_NAME, _remove) // name of the removal function
|
#define DYNARR_remove DYNARR_COMB1(DYNARR_NAME, _remove) // name of the removal function
|
||||||
#define DYNARR_free DYNARR_COMB1(DYNARR_NAME, _free) // name of the freeing function
|
#define DYNARR_free DYNARR_COMB1(DYNARR_NAME, _free) // name of the freeing function
|
||||||
|
// TODO: add shrink function
|
||||||
|
// TODO: add resize function
|
||||||
|
// TODO: add bulk addition function
|
||||||
|
// TODO: add bulk addition function (doesn't respec growth factor)
|
||||||
|
// TODO: add bulk deletion function
|
||||||
|
|
||||||
|
|
||||||
// define the dynamic array structure
|
// define the dynamic array structure
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user