Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
gameObject.h File Reference
#include <engine/public/component.h>
#include <engine/public/transform.h>
#include <algorithm>
#include <optional>
#include <ranges>
#include <string>
#include <vector>
Include dependency graph for gameObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GameObject
 Concept to constrain types to be derived from Component. More...