mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 21:16:34 +01:00
Instead of using various different forms of string arrays and having to handle them differently for string completion, we now always use char pointer arrays. This allows us to remove some large stack allocations, remove a bunch of confusing defines that keep track of global array sizes, and generally unclutters the code so it's easier to read.
1.9 KiB
1.9 KiB