mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-07 09:15:52 -05:00
Document Berry patch management, graphics, and scripting commands (#765)
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
6
include/struct_decls/berry_patch_manager_decl.h
Normal file
6
include/struct_decls/berry_patch_manager_decl.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef POKEPLATINUM_BERRY_PATCH_MANAGER_DECL_H
|
||||
#define POKEPLATINUM_BERRY_PATCH_MANAGER_DECL_H
|
||||
|
||||
typedef struct BerryPatchManager BerryPatchManager;
|
||||
|
||||
#endif // POKEPLATINUM_BERRY_PATCH_MANAGER_DECL_H
|
||||
@@ -1,6 +0,0 @@
|
||||
#ifndef POKEPLATINUM_STRUCT_02055CBC_DECL_H
|
||||
#define POKEPLATINUM_STRUCT_02055CBC_DECL_H
|
||||
|
||||
typedef struct UnkStruct_02055CBC_t UnkStruct_02055CBC;
|
||||
|
||||
#endif // POKEPLATINUM_STRUCT_02055CBC_DECL_H
|
||||
Reference in New Issue
Block a user