|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <cstdint>Go to the source code of this file.
Enumerations | |
| enum | RendererFlags : uint8_t { None = 0 , Fullscreen = 1 << 0 , Borderless = 1 << 1 , Resizable = 1 << 2 } |
| enum RendererFlags : uint8_t |