summaryrefslogtreecommitdiff
path: root/test/list-test.c
AgeCommit message (Collapse)Author
2022-12-20Create linked list data structureHEADmasterJohnny Richard
We will need to have a list to traverse game entities. The first idea is to implement a mutable list. In case of mutable list get too bad or error prone. We can easily change it to immutable. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>