5#ifndef FINALPROJECT_JAGGUARS_ISCRIPT_H
6#define FINALPROJECT_JAGGUARS_ISCRIPT_H
8#include "Component.hpp"
26 IScript(std::string name, std::string filepath);
35 std::string m_filepath;
Definition: Component.hpp:38
Definition: IScript.hpp:15
~IScript()
Definition: IScript.cpp:18