mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-12 11:46:03 -05:00
Document struct Party
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#ifndef POKEPLATINUM_STRUCT_02079FF4_DECL_H
|
||||
#define POKEPLATINUM_STRUCT_02079FF4_DECL_H
|
||||
|
||||
typedef struct UnkStruct_02079FF4_t UnkStruct_02079FF4;
|
||||
|
||||
#endif // POKEPLATINUM_STRUCT_02079FF4_DECL_H
|
||||
6
include/struct_decls/struct_party_decl.h
Normal file
6
include/struct_decls/struct_party_decl.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef POKEPLATINUM_STRUCT_PARTY_DECL_H
|
||||
#define POKEPLATINUM_STRUCT_PARTY_DECL_H
|
||||
|
||||
typedef struct Party Party;
|
||||
|
||||
#endif // POKEPLATINUM_STRUCT_02079FF4_DECL_H
|
||||
Reference in New Issue
Block a user