RigsofRods
Soft-body Physics Simulation
|
#include "GUIUtils.h"
#include "Actor.h"
#include "Utils.h"
#include "imgui_internal.h"
#include <regex>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | ColorToInts (ImVec4 v, int &r, int &g, int &b) |
Variables | |
static const std::regex | TEXT_COLOR_REGEX = std::regex(R"(#[a-fA-F\d]{6})") |
static const int | TEXT_COLOR_MAX_LEN = 5000 |
|
inline |
|
static |
Definition at line 30 of file GUIUtils.cpp.
|
static |
Definition at line 29 of file GUIUtils.cpp.