Fling Engine
0.00.1
Fling Engine is a game engine written in Vulkan
|
#include <cstdint>
#include <inttypes.h>
#include <entt/core/hashed_string.hpp>
Go to the source code of this file.
Namespaces | |
Fling | |
Typedefs | |
typedef uint8_t | UINT8 |
typedef unsigned short | UINT16 |
typedef uint32_t | UINT32 |
typedef uint64_t | UINT64 |
typedef int8_t | INT8 |
typedef signed short | INT16 |
typedef int32_t | INT32 |
typedef int64_t | INT64 |
typedef entt::hashed_string | Fling::Guid |
typedef entt::hashed_string::hash_type | Fling::Guid_Handle |
typedef signed short INT16 |
typedef int32_t INT32 |
typedef int64_t INT64 |
typedef int8_t INT8 |
typedef unsigned short UINT16 |
typedef uint32_t UINT32 |
typedef uint64_t UINT64 |
typedef uint8_t UINT8 |