Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarNetElementSystem.hpp
blob: d5a35609f3a5d2dc0494fadeb67c8d05d91e08fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef STAR_NET_ELEMENT_SYSTEM_HPP
#define STAR_NET_ELEMENT_SYSTEM_HPP

#include "StarNetElementBasicFields.hpp"
#include "StarNetElementFloatFields.hpp"
#include "StarNetElementSyncGroup.hpp"
#include "StarNetElementDynamicGroup.hpp"
#include "StarNetElementContainers.hpp"
#include "StarNetElementSignal.hpp"
#include "StarNetElementTop.hpp"

namespace Star {

// Makes a good default top-level NetElement group.
typedef NetElementTop<NetElementCallbackGroup> NetElementTopGroup;

}

#endif