Initial moap commit. /VERY/ WIP. Primarily committed to clean up unstaged changes. Do not run this, even if it may compile, as it will NOT work (for a myriad of reasons)!
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
class URLLoader
|
||||
{
|
||||
public:
|
||||
virtual void load(const std::string& url) = 0;
|
||||
virtual void load(const std::string& url, bool force_open_externally) = 0;
|
||||
virtual ~URLLoader() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user