tcod.c.all

Undocumented in source.

Public Imports

tcod.c.types
public import tcod.c.types;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcod.c.functions
public import tcod.c.functions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Aliases

charptr
alias charptr = const(char)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int16
alias int16 = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int32
alias int32 = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int8
alias int8 = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint16
alias uint16 = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint32
alias uint32 = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uint8
alias uint8 = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_t
alias wchar_t = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_t
alias wchar_t = dchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_tptr
alias wchar_tptr = const(dchar)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wchar_tptr
alias wchar_tptr = const(wchar)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ABS
T ABS(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
CLAMP
T CLAMP(T a, T b, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
LERP
T LERP(T a, T b, T x)
Undocumented in source. Be warned that the author may not have intended to support it.
MAX
T MAX(T a, T b)

utility macros

MIN
T MIN(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

TCOD_HEXVERSION
int TCOD_HEXVERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_STRVERSION
string TCOD_STRVERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_TECHVERSION
int TCOD_TECHVERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta