hsenum

package
v0.0.0-...-667d129 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package hsenum provides enumerations used throughout the HellSpawner codebase.

Index

Constants

View Source
const PolishSpecialCharacters = "ĄąĘꣳŃńÓ󌜏źŻż"

PolishSpecialCharacters are the characters which should be added to imgui's glyph range. They aren't by default

Variables

This section is empty.

Functions

This section is empty.

Types

type Locale

type Locale byte

Locale represents an app locale

const (
	LocaleEnglish            Locale = iota // English
	LocaleGerman                           // German
	LocaleFrench                           // French
	LocaleKorean                           // Korean
	LocaleChineseTraditional               // Chinese (Traditional)
	LocaleSpanish                          // Spanish
	LocaleItalien                          // Italien
	LocalePolish                           // Polish
)

this is a list of locales supported by Diablo II

func (Locale) String

func (i Locale) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL