mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
9 lines
146 B
C
9 lines
146 B
C
#ifndef __TRANSLATION_SERVICE__H
|
|
#define __TRANSLATION_SERVICE__H
|
|
|
|
#include "tasks/tasks_internal.h"
|
|
|
|
bool run_translation_service(void);
|
|
|
|
#endif
|