pmd-sky/tools/compstatic/component.h
AnonymousRandomPerson 608e361e57 Initialized base repo
2023-06-28 23:35:19 -04: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