#include "app/gui/core/background_renderer.h"
#include <algorithm>
#include <cmath>
#include "app/platform/timing.h"
#include "app/gui/core/theme_manager.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |
Macros | |
#define | M_PI 3.14159265358979323846 |
#define M_PI 3.14159265358979323846 |
Definition at line 11 of file background_renderer.cc.