Skip to content

File endstone.h

FileList > endstone > endstone.h

Go to the source code of this file

Macros

Type Name
define ENDSTONE_API_VERSION ENDSTONE_TOSTRING(ENDSTONE_VERSION_MAJOR) "." ENDSTONE_TOSTRING(ENDSTONE_VERSION_MINOR)
define ENDSTONE_EXPORT __attribute__((visibility("default")))
define ENDSTONE_MAX_PLAYERS 200
define ENDSTONE_NOINLINE __attribute__((noinline)) inline
define ENDSTONE_STRINGIFY (x) #x
define ENDSTONE_TOSTRING (x) ENDSTONE_STRINGIFY(x)
define ENDSTONE_VERSION_MAJOR 0
define ENDSTONE_VERSION_MINOR 4
define ENDSTONE_VERSION_PATCH 9

Macro Definition Documentation

define ENDSTONE_API_VERSION

#define ENDSTONE_API_VERSION ENDSTONE_TOSTRING(ENDSTONE_VERSION_MAJOR) "." ENDSTONE_TOSTRING(ENDSTONE_VERSION_MINOR)

define ENDSTONE_EXPORT

#define ENDSTONE_EXPORT __attribute__((visibility("default")))

define ENDSTONE_MAX_PLAYERS

#define ENDSTONE_MAX_PLAYERS 200

define ENDSTONE_NOINLINE

#define ENDSTONE_NOINLINE __attribute__((noinline)) inline

define ENDSTONE_STRINGIFY

#define ENDSTONE_STRINGIFY (
    x
) #x

define ENDSTONE_TOSTRING

#define ENDSTONE_TOSTRING (
    x
) ENDSTONE_STRINGIFY(x)

define ENDSTONE_VERSION_MAJOR

#define ENDSTONE_VERSION_MAJOR 0

define ENDSTONE_VERSION_MINOR

#define ENDSTONE_VERSION_MINOR 4

define ENDSTONE_VERSION_PATCH

#define ENDSTONE_VERSION_PATCH 9


The documentation for this class was generated from the following file include/endstone/endstone.h