mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-08 21:04:59 -05:00
* Heap_AllocFromHeapAtEnd Heap ID breadcrums * Consistent heapID capitalization * More Heap IDs * A little bit more Heap IDs * More and more Heap IDs * Stopping for today * MOAR * more and more * Back from the Heap ID mines * A couple more
11 lines
212 B
C
11 lines
212 B
C
#ifndef POKEPLATINUM_STRUCT_0207C690_H
|
|
#define POKEPLATINUM_STRUCT_0207C690_H
|
|
|
|
typedef struct {
|
|
int heapID;
|
|
void *unk_04;
|
|
void *unk_08;
|
|
} GenericPointerData;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207C690_H
|