mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
12 lines
209 B
C
12 lines
209 B
C
#ifndef POKEPLATINUM_STRUCT_02017E74_H
|
|
#define POKEPLATINUM_STRUCT_02017E74_H
|
|
|
|
#include <nitro/os.h>
|
|
|
|
typedef struct {
|
|
u32 size;
|
|
OSArenaId arena;
|
|
} HeapParam;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02017E74_H
|