![]() |
Calamity Engine 1.0.0
A cross-platform 2D game engine written in C++ and SDL3.
|
#include "definitions.hpp"#include <cmath>#include <SDL3/SDL.h>#include "../services/graphics/graphics.hpp"#include "../services/graphics/definitions.hpp"#include "../utils/logger.hpp"#include "../services/services.hpp"#include "../utils/file.hpp"#include <cereal/archives/json.hpp>#include <fstream>Variables | |
| constexpr float | PI = 3.141592653 |
|
constexpr |