pokeheartgold/tools/compstatic/component.h
2022-04-25 14:47:13 +00:00

11 lines
243 B
C

#ifndef COMPONENT_H
#define COMPONENT_H
#include <stdbool.h>
#include "global.h"
bool ConvertComponent(Options *options, char *staticModule, char *overlayDefs, char *overlayTable);
void ConvertFinal(Options *options);
#endif // COMPONENT_H