|
FuncDoodle
|
#include "Conf/FuncDoodle.h"#include "Conf/FuncPCH.h"#include "App.h"#include "Asset/AssetLoader.h"#include "Asset/LoadedAssets.h"#include "Conf/Constants.h"#include "Keybinds/KeyHandler.h"#include "Keybinds/Keybinds.h"#include "Platform/Window.h"#include "Project/Frame.h"#include "Test/Test.h"#include "Tool/Tool.h"#include "UI/Gui.h"#include "UI/ImUtil.h"#include "UI/Themes.h"#include "Util/ExePath.h"#include <glad/glad.h>#include <imgui.h>#include <imgui_te_ui.h>#include <stb_image.h>#include <array>#include <chrono>#include <cstdint>#include <cstdlib>#include <cstring>#include <string>#include <thread>Namespaces | |
| namespace | FuncDoodle |
| The FuncDoodle C++ namespace. | |
Functions | |
| char * | FuncDoodle::GlobalGetShortcut (const char *key, bool shift, bool super) |