#ifndef BLUECORE_SCRIPTING_FONT_H #define BLUECORE_SCRIPTING_FONT_H #include "FontManager.h" #include "ScriptSystem.h" #include "squirrel.h" namespace BlueCore { void setupScriptSystem_Font(ScriptSystem* scriptsystem, FontManager* fontmanager); } #endif