RetroArch/translation/translation_service.h
2019-06-24 20:45:08 +02:00

9 lines
146 B
C

#ifndef __TRANSLATION_SERVICE__H
#define __TRANSLATION_SERVICE__H
#include "tasks/tasks_internal.h"
bool run_translation_service(void);
#endif