23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
25 * POSSIBILITY OF SUCH DAMAGE. |
25 * POSSIBILITY OF SUCH DAMAGE. |
26 */ |
26 */ |
27 |
27 |
28 #include "ascension/ui/text.h" |
|
29 #include "ascension/context.h" |
28 #include "ascension/context.h" |
30 #include "ascension/error.h" |
29 #include "ascension/error.h" |
31 #include "ascension/shader.h" |
30 #include "ascension/ui/text.h" |
32 |
31 |
33 #include <cx/printf.h> |
32 #include <cx/printf.h> |
34 |
33 |
35 #include <GL/glew.h> |
34 #include <GL/glew.h> |
36 |
35 |