mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-05 00:56:06 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
23 lines
457 B
C
23 lines
457 B
C
#ifndef POKEPLATINUM_STRUCT_02017498_H
|
|
#define POKEPLATINUM_STRUCT_02017498_H
|
|
|
|
#include <dwc.h>
|
|
#include <nnsys.h>
|
|
|
|
#include "struct_defs/struct_0203E6C0.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_0203E6C0 *unk_00;
|
|
BOOL unk_10;
|
|
ApplicationManager *appMan;
|
|
void *unk_18;
|
|
NNSFndHeapHandle unk_1C;
|
|
DWCInetControl unk_20;
|
|
int unk_88;
|
|
BOOL unk_8C;
|
|
} UnkStruct_02017498;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02017498_H
|