bluecore/engine/ScriptSystem_Application.h

12 lignes
231 B
C++

#ifndef BLUECORE_SCRIPTING_APPLICATION_H
#define BLUECORE_SCRIPTING_APPLICATION_H
#include "Application.h"
namespace BlueCore
{
void setupScriptSystem_Application(ScriptSystem* scriptsystem, Application* application);
}
#endif