Skip to main content

helios-ecs-config.h File

Macro Definitions Index

#defineHELIOS_DEBUG   1
#defineDEFAULT_ENTITY_MANAGER_CAPACITY   1000

Macro Definitions

DEFAULT_ENTITY_MANAGER_CAPACITY

#define DEFAULT_ENTITY_MANAGER_CAPACITY   1000

Definition at line 5 of file helios-ecs-config.h.

5#define DEFAULT_ENTITY_MANAGER_CAPACITY 1000

HELIOS_DEBUG

#define HELIOS_DEBUG   1

Definition at line 3 of file helios-ecs-config.h.

3#define HELIOS_DEBUG 1

File Listing

The file content with the documentation metadata removed is:

1#pragma once
2#ifndef NDEBUG
3#define HELIOS_DEBUG 1
4#endif
5#define DEFAULT_ENTITY_MANAGER_CAPACITY 1000

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.