![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include "VisualScriptEditorPanel.h"#include "DebugController.h"#include "AtomicTaskUIRegistry.h"#include "ConditionRegistry.h"#include "OperatorRegistry.h"#include "BBVariableRegistry.h"#include "MathOpOperand.h"#include "../system/system_utils.h"#include "../system/system_consts.h"#include "../NodeGraphCore/GlobalTemplateBlackboard.h"#include "../third_party/imgui/imgui.h"#include "../third_party/imnodes/imnodes.h"#include "../json_helper.h"#include "../TaskSystem/TaskGraphLoader.h"#include <fstream>#include <iostream>#include <algorithm>#include <cmath>#include <cstring>#include <sstream>#include <iomanip>#include <cstdlib>#include <unordered_set>
Include dependency graph for VisualScriptEditorPanel - backup.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |