mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
14 lines
193 B
C
14 lines
193 B
C
/**
|
|
* Tae Won Ha - http://taewon.de - @hataewon
|
|
* See LICENSE
|
|
*/
|
|
|
|
#ifndef NVIMSERVER_LOG_H
|
|
#define NVIMSERVER_LOG_H
|
|
|
|
#include <os/log.h>
|
|
|
|
extern os_log_t logger;
|
|
|
|
#endif // NVIMSERVER_LOG_H
|