mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 03:36:37 +02:00
fix entt update
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
|
||||
static char* argv0;
|
||||
|
||||
using namespace entt::literals;
|
||||
|
||||
TEST(imgui_scene_tools, it) {
|
||||
MM::Engine engine;
|
||||
|
||||
|
@ -27,6 +27,8 @@
|
||||
|
||||
const char* argv0;
|
||||
|
||||
using namespace entt::literals;
|
||||
|
||||
class ImGuiSpeechy : public MM::Services::Service {
|
||||
private:
|
||||
SoLoud::Speech speech;
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
static char* argv0;
|
||||
|
||||
using namespace entt::literals;
|
||||
|
||||
class TemplateUpdateMainService : public MM::Services::Service {
|
||||
std::function<void(MM::Engine&)> _fn;
|
||||
|
@ -18,6 +18,8 @@
|
||||
|
||||
const char* argv0;
|
||||
|
||||
using namespace entt::literals;
|
||||
|
||||
TEST(imgui_widgets, basic) {
|
||||
MM::Engine engine;
|
||||
|
||||
|
Reference in New Issue
Block a user