|
Brunot
|
the type of elements in a basic_json container More...
Classes | |
| class | Scoring |
| Component that is responsible for managing the gameplay board, where cards are placed by Players. More... | |
| class | ActionList |
| class | AudioSystem |
| class | ColliderSystem |
| class | DebugDraw |
| class | Editor |
| class | Input |
| class | Json |
| class | Messaging |
| Component that is responsible for managing the gameplay board, where cards are placed by Players. More... | |
| class | newSystemStub |
| struct | Vertex |
| class | OpenGL |
| class | SceneManager |
| class | TestRunner |
Functions | |
| static auto | checkError () -> void |
| static auto | printShaderError (GLuint shaderID) |
| static auto | printProgramError (GLuint programID) |
| static auto | CreateShader (const char *vertexFile, const char *pixelFile) -> GLuint |
| auto | debugCallback (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) -> void |
| auto | iconifyCallback (GLFWwindow *window, int iconified) |
| static auto | CallAudioPlay () -> void |
Variables | |
| auto | looping = false |
| auto | overrideVolume = 1.0f |
| auto | masterVolume = 1.0f |
| auto | sfxVolume = 1.0f |
| auto | musicVolume = 1.0f |
| auto | uiVolume = 1.0f |
| auto | sfxFilter = 1.0f |
| auto | musicFilter = 1.0f |
| auto | uiFilter = 1.0f |
| auto constexpr | default_window_width = 1920 |
| default window height when the engine started | |
| auto constexpr | default_window_height = 1080 |
| default window height when the engine started | |
the type of elements in a basic_json container
the type of an element reference
|
static |
|
static |
|
static |
| auto sys::debugCallback | ( | GLenum | source, |
| GLenum | type, | ||
| GLuint | id, | ||
| GLenum | severity, | ||
| GLsizei | length, | ||
| const GLchar * | message, | ||
| const void * | userParam )->void |
| auto sys::iconifyCallback | ( | GLFWwindow * | window, |
| int | iconified ) |
|
static |
|
static |
|
constexpr |
default window height when the engine started
|
constexpr |
default window height when the engine started
| auto sys::looping = false |
| auto sys::masterVolume = 1.0f |
| auto sys::musicFilter = 1.0f |
| auto sys::musicVolume = 1.0f |
| auto sys::overrideVolume = 1.0f |
| auto sys::sfxFilter = 1.0f |
| auto sys::sfxVolume = 1.0f |
| auto sys::uiFilter = 1.0f |
| auto sys::uiVolume = 1.0f |