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