You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
330 B
21 lines
330 B
#ifndef IGL_OPENGL_VERASANSMONO_COMPRESSED_H
|
|
#define IGL_OPENGL_VERASANSMONO_COMPRESSED_H
|
|
|
|
#include <igl/opengl/../igl_inline.h>
|
|
|
|
namespace igl
|
|
{
|
|
namespace opengl
|
|
{
|
|
|
|
IGL_INLINE void decompress_verasansmono_atlas(unsigned char* _fontatlas);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#ifndef IGL_STATIC_LIBRARY
|
|
# include "verasansmono_compressed.cpp"
|
|
#endif
|
|
|
|
#endif
|
|
|