![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include <memory>
#include <QVariant>
Go to the source code of this file.
Classes | |
class | IScript |
Interface for objects representing scripts. More... | |
class | IScriptLoaderInstance |
Interface for script loaders. More... | |
class | IScriptLoader |
Interface for plugins providing scripting. More... | |
Typedefs | |
typedef std::shared_ptr< IScript > | IScript_ptr |
typedef std::shared_ptr< IScriptLoaderInstance > | IScriptLoaderInstance_ptr |
typedef std::shared_ptr<IScript> IScript_ptr |
Definition at line 79 of file iscriptloader.h.
typedef std::shared_ptr<IScriptLoaderInstance> IScriptLoaderInstance_ptr |
Definition at line 171 of file iscriptloader.h.