diff options
Diffstat (limited to 'tools/localize/log.h')
-rw-r--r-- | tools/localize/log.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/localize/log.h b/tools/localize/log.h new file mode 100644 index 000000000000..4a5fa7f0809c --- /dev/null +++ b/tools/localize/log.h @@ -0,0 +1,7 @@ +#ifndef LOG_H +#define LOG_H + +void log_printf(const char* fmt, ...); + +#endif // LOG_H + |