VOX
A little voxel engine
Loading...
Searching...
No Matches
TextRenderer.hpp File Reference
#include <array>
#include <string>
#include <ft2build.h>
Include dependency graph for TextRenderer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TextRenderer
 

Macros

#define THROW_CHECK(f, msg)   if (f) { throw std::runtime_error(msg); }
 

Macro Definition Documentation

◆ THROW_CHECK

#define THROW_CHECK (   f,
  msg 
)    if (f) { throw std::runtime_error(msg); }