12 lines
231 B
C++
12 lines
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
|