bluecore/engine/ScriptSystem_Font.h

15 wiersze
259 B
C++

#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