DarkflameServer/tests/dGameTests/dScriptsTests/CppScriptsOld.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
267 B
C
Raw Normal View History

2024-05-13 05:48:13 +00:00
#ifndef CPPSCRIPTSOLD_H
#define CPPSCRIPTSOLD_H
#include <string>
class Entity;
namespace CppScripts {
class Script;
};
namespace CppScriptsOld {
CppScripts::Script* const GetScript(Entity* entity, const std::string& scriptName);
};
#endif //!CPPSCRIPTSOLD_H