mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 19:29:19 +02:00
ECS System WIP
This commit is contained in:
@@ -10,6 +10,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#pragma once
|
||||
|
||||
#include "application/applicationmode.h"
|
||||
#include "entitysystem/SceneManager.h"
|
||||
#include "scripting/PyInt.h"
|
||||
#include "network/manager.h"
|
||||
#include "utilities/headtrack.h"
|
||||
@@ -38,6 +39,7 @@ public:
|
||||
run();
|
||||
// issues request for a worker thread to perform specified task. returns: true if task was scheduled
|
||||
|
||||
SceneManager sceneManager;
|
||||
#ifdef WITH_DISCORD_RPC
|
||||
void DiscordRPCService(); // discord rich presence service function (runs as separate thread)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user