Enabled strict sol for type safety and function enforcement. (#2502)

This commit is contained in:
gir489
2023-12-10 06:51:29 -05:00
committed by GitHub
parent 6d64bcd1d7
commit a2eff686cb
24 changed files with 4 additions and 23 deletions

View File

@ -1,5 +1,4 @@
#pragma once
#include "lua/sol.hpp"
namespace lua::log
{