yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
window.cc File Reference
#include "app/core/window.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "app/core/platform/font_loader.h"
#include "app/core/platform/sdl_deleter.h"
#include "app/gui/style.h"
#include "imgui/backends/imgui_impl_sdl2.h"
#include "imgui/backends/imgui_impl_sdlrenderer2.h"
#include "imgui/imgui.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::core
 

Functions

absl::Status yaze::core::CreateWindow (Window &window, int flags)
 
absl::Status yaze::core::ShutdownWindow (Window &window)
 
absl::Status yaze::core::HandleEvents (Window &window)