6 #include "Quaternions.h"
8 #include "Quaternions.h"
10 #include "TGALoader.h"
17 void LoadFontTexture(char *fileName);
19 void glPrint(float x, float y, char *string, int set, float size, float width, float height);
20 void glPrintOutline(float x, float y, char *string, int set, float size, float width, float height);
21 void glPrint(float x, float y, char *string, int set, float size, float width, float height,int start,int end);
22 void glPrintOutline(float x, float y, char *string, int set, float size, float width, float height,int start,int end);
23 void glPrintOutlined(float x, float y, char *string, int set, float size, float width, float height);
24 void glPrintOutlined(float r, float g, float b, float x, float y, char *string, int set, float size, float width, float height);