blk_box_lib/include/blk_box.h
2026-03-21 21:30:44 -05:00

8 lines
99 B
C

struct BlkBoxInitConfig {
// nothing for now...
};
void init_blk_box(BlkBoxInitConfig cfg);