mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
#ifndef _HP_HPLOG_
|
|
#define _HP_HPLOG_
|
|
|
|
namespace hplog
|
|
{
|
|
void init();
|
|
} // namespace hplog
|
|
|
|
#endif |