VOX
A little voxel engine
|
#include <array>
#include <string>
#include <ft2build.h>
Go to the source code of this file.
Classes | |
class | TextRenderer |
Macros | |
#define | THROW_CHECK(f, msg) if (f) { throw std::runtime_error(msg); } |
#define THROW_CHECK | ( | f, | |
msg | |||
) | if (f) { throw std::runtime_error(msg); } |