Files
hpcore/src/hplog.hpp
2020-09-23 06:06:42 +05:30

9 lines
102 B
C++

#ifndef _HP_HPLOG_
#define _HP_HPLOG_
namespace hplog
{
void init();
} // namespace hplog
#endif