mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-09 09:26:15 -05:00
* Introduce indexed list implementation * Fix CI tests for pool * Take bitset out of pool * Replace joker bitset interactions with wrappers * Add bitset tests * Add test to gitignore --------- Co-authored-by: rfehr-idexx <ric-fehr@idexx.com>
6 lines
78 B
C
6 lines
78 B
C
#include "list.h"
|
|
#include <stddef.h>
|
|
|
|
POOL_ENTRY(ListNode, MAX_LIST_NODES);
|
|
|