|
PolyVox
0.2.1
Open source voxel management library
|
#include <cstdint>#include <functional>#include <memory>Go to the source code of this file.
Macros | |
| #define | POLYVOX_DEPRECATED __attribute__((deprecated)) |
| #define | POLYVOX_HELPER_IMPORT |
| #define | POLYVOX_HELPER_EXPORT |
| #define | POLYVOX_HELPER_LOCAL |
| #define | POLYVOX_API |
| #define | POLYVOX_LOCAL |
| #define | polyvox_shared_ptr std::shared_ptr |
| #define | polyvox_function std::function |
| #define | polyvox_bind std::bind |
| #define | polyvox_placeholder_1 std::placeholders::_1 |
| #define | polyvox_placeholder_2 std::placeholders::_2 |
1.8.1