diff options
Diffstat (limited to 'src/libjin/debug/log.h')
-rw-r--r-- | src/libjin/debug/log.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libjin/debug/log.h b/src/libjin/debug/log.h new file mode 100644 index 0000000..e1624f5 --- /dev/null +++ b/src/libjin/debug/log.h @@ -0,0 +1,14 @@ +#ifndef __JIN_LOG_H +#define __JIN_LOG_H + +namespace jin +{ +namespace debug +{ + + const char* err; + +} +} + +#endif
\ No newline at end of file |