#include <SDL.h>
#include <memory>
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "app/core/utils/sdl_deleter.h"
#include "app/gfx/bitmap.h"
Go to the source code of this file.
Classes | |
class | yaze::app::core::Renderer |
The Renderer class represents the renderer for the Yaze application. More... | |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::core |
Core application logic and utilities. | |