mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-06-05 09:46:55 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
#ifndef _SA_SALOG_
|
|
#define _SA_SALOG_
|
|
|
|
namespace salog
|
|
{
|
|
void init();
|
|
} // namespace salog
|
|
|
|
#endif |