#include <SDL.h>
#include <memory>
#include <stdexcept>
#include "app/core/platform/renderer.h"
#include "app/core/platform/sdl_deleter.h"
#include "imgui/backends/imgui_impl_sdl2.h"
#include "imgui/backends/imgui_impl_sdlrenderer2.h"
Go to the source code of this file.
Classes | |
class | yaze::core::PlatformBackend< Derived > |
class | yaze::core::Sdl2Backend |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::core |