![]() |
wPlot2D version: 0.1.0
A lightweight C++ library for clear and customizable 2D scientific plots.
|
#include <memory>
#include <unordered_map>
#include <stdexcept>
#include <type_traits>
#include "wComponent.hpp"
Go to the source code of this file.
Classes | |
class | wEngine::Entity |
Represents an entity in the ECS (Entity-Component System) architecture. More... |
Namespaces | |
namespace | wEngine |
Functions | |
std::size_t | wEngine::getNextComponentTypeID () |
template<typename ComponentType> | |
std::size_t | wEngine::getComponentTypeID () noexcept |