pokeheartgold/tools/compstatic/overlay_modules.h
2022-04-25 03:09:49 +00:00

13 lines
329 B
C

#ifndef OVERLAY_MODULE_H
#define OVERLAY_MODULE_H
#include <stdbool.h>
#include "global.h"
bool ReadOverlayModules(Component *component);
bool WriteOverlayModules(Component *component);
bool AddSuffixOverlayModules(Component *component, char *suffix);
void FreeOverlayModules(Component *component);
#endif // OVERLAY_MODULE_H