fix entt update

This commit is contained in:
2020-12-12 18:21:45 +01:00
parent f62ed43209
commit 1d59003858
26 changed files with 91 additions and 50 deletions

View File

@ -16,6 +16,8 @@
static char* argv0;
using namespace entt::literals;
TEST(imgui_scene_tools, it) {
MM::Engine engine;

View File

@ -27,6 +27,8 @@
const char* argv0;
using namespace entt::literals;
class ImGuiSpeechy : public MM::Services::Service {
private:
SoLoud::Speech speech;

View File

@ -22,6 +22,7 @@
static char* argv0;
using namespace entt::literals;
class TemplateUpdateMainService : public MM::Services::Service {
std::function<void(MM::Engine&)> _fn;

View File

@ -18,6 +18,8 @@
const char* argv0;
using namespace entt::literals;
TEST(imgui_widgets, basic) {
MM::Engine engine;