comparison Framework/Fonts/FontRenderer.h @ 578:21fd70df3fc9

starting work on OpenGL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Apr 2019 15:57:46 +0200
parents 529c9617654b
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
577:b098a3aaf694 578:21fd70df3fc9
22 #pragma once 22 #pragma once
23 23
24 #include "Glyph.h" 24 #include "Glyph.h"
25 25
26 #include <EmbeddedResources.h> 26 #include <EmbeddedResources.h>
27
28 #include <stdint.h>
27 #include <boost/shared_ptr.hpp> 29 #include <boost/shared_ptr.hpp>
28 30
29 31
30 namespace OrthancStone 32 namespace OrthancStone
31 { 33 {