#include "MainWindow.h"
#include "../arcdps_structs.h"
#include "../ExtensionTranslations.h"
#include "../ImGui_Math.h"
#include "../Localization.h"
#include "../Widgets.h"
#include <algorithm>
#include <bitset>
#include <functional>
#include <map>
#include <string>
#include <vector>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ArcdpsExtension |
Concepts | |
concept | ArcdpsExtension::SmallerThanMaxColumnAmount |
Macros | |
#define | IMGUI_DEFINE_MATH_OPERATORS |
Typedefs | |
typedef ImS16 | ArcdpsExtension::TableColumnIdx |
typedef int | ArcdpsExtension::MainTableFlags |
Enumerations | |
enum | ArcdpsExtension::MainTableFlags_ { ArcdpsExtension::MainTableFlags_None = 0 , ArcdpsExtension::MainTableFlags_SubWindow = 1 << 0 } |
#define IMGUI_DEFINE_MATH_OPERATORS |