mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-07 16:36:10 -05:00
* Update comment prefix + add github action * Clang Format pool * fix clang format version * Fix pool clang format
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
|