bluecore/engine/ScriptSystem_Application.h

12 lines
231 B
C
Raw Permalink Normal View History

2008-01-20 11:16:37 +01:00
#ifndef BLUECORE_SCRIPTING_APPLICATION_H
#define BLUECORE_SCRIPTING_APPLICATION_H
#include "Application.h"
namespace BlueCore
{
void setupScriptSystem_Application(ScriptSystem* scriptsystem, Application* application);
}
#endif