bluecore/engine/ScriptSystem_Font.h
2008-01-16 11:45:17 +00:00

15 lines
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