DDNet documentation
Loading...
Searching...
No Matches
confusables.h File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for confusables.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DECOMP_SLICE

Variables

static constexpr size_t NUM_DECOMP_LENGTHS = 8
static constexpr size_t NUM_DECOMPS = 10093
const uint8_t decomp_lengths [NUM_DECOMP_LENGTHS]
const int32_t decomp_chars [NUM_DECOMPS]
const struct DECOMP_SLICE decomp_slices [NUM_DECOMPS]
const int32_t decomp_data []

Variable Documentation

◆ decomp_chars

const int32_t decomp_chars[NUM_DECOMPS]
extern

◆ decomp_data

const int32_t decomp_data[]
extern

◆ decomp_lengths

const uint8_t decomp_lengths[NUM_DECOMP_LENGTHS]
extern

◆ decomp_slices

const struct DECOMP_SLICE decomp_slices[NUM_DECOMPS]
extern

◆ NUM_DECOMP_LENGTHS

size_t NUM_DECOMP_LENGTHS = 8
staticconstexpr

◆ NUM_DECOMPS

size_t NUM_DECOMPS = 10093
staticconstexpr