Tweaked file locations

Also altered the commit message, because there was a weird character in
it.
This commit is contained in:
2024-11-02 21:59:50 +11:00
parent 32727f986c
commit 5588986042
5 changed files with 70 additions and 165 deletions

View File

@@ -33,6 +33,7 @@ TOY_API Toy_Table* Toy_private_adjustTableCapacity(Toy_Table* oldTable, unsigned
#define TOY_TABLE_INITIAL_CAPACITY 8
#endif
//NOTE: The DOOM hack needs a power of 2
#ifndef TOY_TABLE_EXPANSION_RATE
#define TOY_TABLE_EXPANSION_RATE 2
#endif