mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-07 01:45:26 -05:00
10 lines
226 B
C
10 lines
226 B
C
#ifndef GUARD_GROUND_BG_H
|
|
#define GUARD_GROUND_BG_H
|
|
|
|
#include "structs/str_ground_bg.h"
|
|
|
|
void GroundBg_Init(GroundBg *groundBg, const SubStruct_52C *a1);
|
|
void GroundBg_FreeAll(GroundBg *groundBg);
|
|
|
|
#endif // GUARD_GROUND_BG_H
|