forked from mirrors/0ad
Enable modules in the GUI
Doesn't actually change a GUI-page to use modules. Adopting a GUI-page now only requires JS and XML changes. Ref: #8081
This commit is contained in:
@@ -152,8 +152,9 @@ private:
|
||||
|
||||
class ModuleLoader::Result
|
||||
{
|
||||
class iterator;
|
||||
public:
|
||||
class iterator;
|
||||
|
||||
explicit Result(const ScriptRequest& rq, const VfsPath& modulePath);
|
||||
Result(const Result&) = delete;
|
||||
Result& operator=(const Result&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user