7#ifndef ECS__PLATFORM_H__
8#define ECS__PLATFORM_H__
19 #define ECS_API __declspec(dllexport)
21 #define ECS_API __declspec(dllimport)
26#if (defined(_WIN64) || defined(__x86_64__) || defined(__ppc64__) || defined(_M_AMD64) || defined(_M_ARM64) || defined(_M_X64))
30#elif (defined(_WIN32) && !defined(_WIN64)) || defined(_M_IX86)
static const ObjectID INVALID_OBJECT_ID
static const TypeID INVALID_TYPE_ID
bool operator>(const TimeStamp &other) const
bool operator!=(const TimeStamp &other) const
TimeStamp(f32 floatValue)
bool operator==(const TimeStamp &other) const
bool operator<(const TimeStamp &other) const