Feat lua stats (#1875)

This commit is contained in:
Quentin
2023-07-28 10:07:17 +02:00
committed by GitHub
parent 96493b5a22
commit 93966dc3b1
4 changed files with 601 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#pragma once
#include "lua/sol.hpp"
namespace lua::stats
{
void bind(sol::state& state);
}