forked from Popn_Tools/popnhax
9 lines
169 B
C
9 lines
169 B
C
#ifndef __TRANSLATION_H__
|
|
#define __TRANSLATION_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
bool patch_translate(const char *dllFilename, const char *folder, bool debug);
|
|
|
|
#endif
|