popnhax/popnhax/translation.h

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