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