DarkflameServer/tests/dGameTests/dScriptsTests/CppScriptsOld.h
2024-05-12 22:48:13 -07:00

17 lines
267 B
C++

#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