#include "bbopGlobal.h"#include "bbopMathClass.h"#include "spriteClass.h"#include <iostream>#include <ft2build.h>#include <GL/glew.h>#include <GLFW/glfw3.h>Go to the source code of this file.
Classes | |
| struct | Character |
| Stock un caractère. More... | |
| class | Font |
| Stock une police de caractère. More... | |
| class | TexteBox |
| Stock du texte pour le draw dans la fenêtre. More... | |
Functions | |
| void | loadFontTexture (const char *fontPath, int fontSize, Character *charList, int numTextures) |
| void loadFontTexture | ( | const char * | fontPath, |
| int | fontSize, | ||
| Character * | charList, | ||
| int | numTextures ) |