]> git.bts.cx Git - benzene.git/blob - src/bz/debug/log_internal.h
Fixed Aseprite rendering system
[benzene.git] / src / bz / debug / log_internal.h
1 #ifndef BZ_DEBUG_LOG_INTERNAL_H
2 #define BZ_DEBUG_LOG_INTERNAL_H
3
4 #include <bz/debug/log.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern void bzLogInit(const char *outputFilePath);
11 extern void bzLogTeardown(void);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif