|
Foundation
|
#include "ImGui.hpp"#include "EditorState.hpp"#include <Core/BuildInfo.hpp>#include <argh.h>#include <algorithm>Functions | |
| bool | EditorProcessEvent (SDL_Event *) |
| bool | EditorOnFrame (FContext *) |
| void | EditorCleanup () |
| bool | mainLoop () |
| int | main (int argc, char **argv) |
Variables | |
| constexpr int | kSDLWindowFlagsVulkan = SDL_WINDOW_RESIZABLE | SDL_WINDOW_HIGH_PIXEL_DENSITY | SDL_WINDOW_VULKAN |
|
extern |
|
extern |
|
extern |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| bool mainLoop | ( | ) |
|
constexpr |