mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 13:32:05 +00:00
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