CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
ReflectNetwork.hpp
Go to the documentation of this file.
1//
2// CeresEngine - A game development framework
3//
4// Created by Rogiel Sulzbach.
5// Copyright (c) 2018-2022 Rogiel Sulzbach. All rights reserved.
6//
7
8#pragma once
9
10#include "ReflectEntity.hpp"
11
16
17
19
20
21
22
23
24
25
26
27// REFL_DECLARE_TEMPLATE(CeresEngine::NetworkAction);
28// REFL_DECLARE_TEMPLATE_CLASS(CeresEngine::NetworkAction);
29
30
31// REFL_DECLARE_TEMPLATE(CeresEngine::NetworkEvent);
32// REFL_DECLARE_TEMPLATE_CLASS(CeresEngine::NetworkEvent);
REFL_DECLARE_ENTITY_COMPONENT(CeresEngine::NetworkEntityComponent)
The network identity component is a special component that is added on all entities that must be sync...
Definition NetworkEntity.hpp:96