15 lines
259 B
C++
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
|