DDraceNetwork Docs
confusables.h File Reference
#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
 

Enumerations

enum  { NUM_DECOMP_LENGTHS = 8 , NUM_DECOMPS = 9770 }
 

Variables

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 []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NUM_DECOMP_LENGTHS 
NUM_DECOMPS 

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