viotecs 1.1.0
Loading...
Searching...
No Matches
world.hpp File Reference
#include <viotecs/component.hpp>
#include <viotecs/types.hpp>
#include <viotecs/resource.hpp>
#include <viotecs/system.hpp>
#include <oak/oak.hpp>
#include <algorithm>
#include <memory>
#include <set>
#include <typeindex>
#include <typeinfo>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Data Structures

class  viotecs::Entity
 
class  viotecs::World
 World class. More...
 

Namespaces

namespace  viotecs
 

Typedefs

using viotecs::TypeId = const void *
 

Variables

template<typename T >
constexpr TypeId viotecs::type_id = &type_id<T>