ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_RTTI_HPP_
13#define ECSTASY_RTTI_HPP_
14
15#include "AType.hpp"
16#include "Type.hpp"
17#include "TypeRegistry.hpp"
18
25namespace ecstasy::rtti
26{
27}
28
29#endif /* !ECSTASY_RTTI_HPP_ */
File containing the AType interface for cross-platform type information.
File containing the Type class (AType implementation) for cross-platform type information.
Namespace regrouping the cross platform rtti symbols.
Definition AType.cpp:15