mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-09 09:26:15 -05:00
6 lines
130 B
C
6 lines
130 B
C
#include "pool.h"
|
|
|
|
#define POOL_ENTRY(name, capacity) POOL_DEFINE_TYPE(name, capacity);
|
|
#include POOLS_DEF_FILE
|
|
#undef POOL_ENTRY
|