28#ifndef __ScriptLoader_H__
29#define __ScriptLoader_H__
Abstract class defining the interface used by classes which wish to perform script loading to define ...
virtual Real getLoadingOrder(void) const =0
Gets the relative loading order of scripts of this type.
virtual void parseScript(DataStreamPtr &stream, const String &groupName)=0
Parse a script file.
virtual const StringVector & getScriptPatterns(void) const =0
Gets the file patterns which should be used to find scripts for this class.
Reference-counted shared pointer, used for objects where implicit destruction is required.