CoriEngine
Loading...
Searching...
No Matches
EntityTag.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CORI_DECLARE_TAG(tag)
 Declares an empty components that is meant to be used as a tag.

Macro Definition Documentation

◆ CORI_DECLARE_TAG

#define CORI_DECLARE_TAG ( tag)
Value:
struct tag##Tag { private: static constexpr bool bober{ false }; }

Declares an empty components that is meant to be used as a tag.

Parameters
tagName of the tag, final components name will be tag+Tag.

Definition at line 7 of file EntityTag.hpp.