GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
pool.c
1#include "pool.h"
2
3#define POOL_ENTRY(name, capacity) POOL_DEFINE_TYPE(name, capacity);
4#include POOLS_DEF_FILE
5#undef POOL_ENTRY