add moar tests!!!

This commit is contained in:
Lion Kortlepel
2022-05-26 16:58:13 +02:00
parent 46b92b4992
commit f06f31c2a0
6 changed files with 40 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ private:
std::unordered_map<std::string, fs::file_time_type> mFileTimes;
};
class TLuaEngine : IThreaded {
class TLuaEngine : IThreaded, public std::enable_shared_from_this<TLuaEngine> {
public:
enum CallStrategy : int {
BestEffort,