|
Brunot
|
#include "Editor.h"#include "opengl.h"#include "System/Logging.h"#include "Utility/Math/Vector4D.h"#include "Audio/AudioObject.h"#include "Framework/Engine.h"#include "SceneManager.h"#include <filesystem>#include "Graphics/Texture.h"#include <windows.h>#include <psapi.h>#include <GLFW/glfw3.h>#include "Component/Table.h"#include "Framework/Entity.h"#include "System/Input.h"#include "Utility/Messages/KeyPressedMessage.h"#include "System/Messaging.h"#include "Utility/Math/AffineMatrix.h"#include "Utility/Path/Path.h"Namespaces | |
| namespace | sys |
| the type of elements in a basic_json container | |
Macros | |
| #define | IMGUI_IMPL_OPENGL_LOADER_GLAD |
Functions | |
| static auto | windowStyling () -> void |
| auto | GetCPUUsage () -> float |
| auto | GetMemoryUsageMB () -> float |
| static auto | WindowEditor () -> void |
| static auto | AudioEditor () -> void |
Variables | |
| bool | active |
| static Texture * | testTexture |
| auto | isPaused = false |
| static int | pos [2] |
| static int | cardRank |
| static int | newPos [2] |
| static int | cardNumber |
| static char | cardType [5] |
| #define IMGUI_IMPL_OPENGL_LOADER_GLAD |
|
static |
UPCOMING Waveform viewer
| auto GetCPUUsage | ( | ) | ->float |
| auto GetMemoryUsageMB | ( | ) | ->float |
|
static |
|
static |
| bool active |
|
static |
|
static |
|
static |
| auto isPaused = false |
|
static |
|
static |
|
static |