6 lines
67 B
C++
6 lines
67 B
C++
#pragma once
|
|
|
|
namespace lua::log
|
|
{
|
|
void bind(sol::state& state);
|
|
} |