#include <cstddef>
#include <cstdint>
Go to the source code of this file.
|
| #define | CORSIX_TH_INTERPRETER_NAME "CorsixTH.lua" |
| |
| #define | CORSIX_TH_INTERPRETER_PATH "/usr/local/share/corsix-th/CorsixTH.lua" |
| |
| #define | CORSIX_TH_USE_FFMPEG |
| |
| #define | WITH_UPDATE_CHECK |
| |
| #define | WITH_MIDI_DEVICE |
| |
| #define | FrameMark |
| |
| #define | ZoneScoped |
| |
| #define | ZoneScopedN(x) |
| |
| #define | ZoneText(x, y) |
| |
| #define | ZoneTextV(x, y, z) |
| |
| #define | ZoneTextF(x, ...) |
| |
| #define | ZoneTextVF(x, y, ...) |
| |
| #define | ZoneName(x, y) |
| |
| #define | ZoneNameV(x, y, z) |
| |
| #define | ZoneNameF(x, ...) |
| |
| #define | ZoneNameVF(x, y, ...) |
| |
| #define | CORSIX_TH_USE_PACK_PRAGMAS 0 |
| |
| #define | CORSIX_TH_PACKED_FLAGS __attribute__((__packed__)) |
| |
| #define | CORSIX_TH_OS "unix" |
| |
| #define | CORSIX_TH_ARCH "x86_64" |
| |
◆ CORSIX_TH_ARCH
| #define CORSIX_TH_ARCH "x86_64" |
Report system architecture
◆ CORSIX_TH_INTERPRETER_NAME
| #define CORSIX_TH_INTERPRETER_NAME "CorsixTH.lua" |
Interpreter script searching options
◆ CORSIX_TH_INTERPRETER_PATH
◆ CORSIX_TH_OS
◆ CORSIX_TH_PACKED_FLAGS
◆ CORSIX_TH_USE_FFMPEG
Windows Platform SDK usage Movie options
◆ CORSIX_TH_USE_PACK_PRAGMAS
| #define CORSIX_TH_USE_PACK_PRAGMAS 0 |
◆ FrameMark
◆ WITH_MIDI_DEVICE
◆ WITH_UPDATE_CHECK
◆ ZoneName
◆ ZoneNameF
◆ ZoneNameV
◆ ZoneNameVF
| #define ZoneNameVF |
( |
|
x, |
|
|
|
y, |
|
|
|
... |
|
) |
| |
◆ ZoneScoped
◆ ZoneScopedN
◆ ZoneText
◆ ZoneTextF
◆ ZoneTextV
◆ ZoneTextVF
| #define ZoneTextVF |
( |
|
x, |
|
|
|
y, |
|
|
|
... |
|
) |
| |