mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Make use of ArgumentParser and UsageInformation Generator in unlink tool
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "ZoneLoading.h"
|
||||
|
||||
bool ZoneLoading::LoadZone(std::string& path)
|
||||
bool ZoneLoading::LoadZone(const std::string& path)
|
||||
{
|
||||
return false;
|
||||
}
|
@ -4,5 +4,5 @@
|
||||
class ZoneLoading
|
||||
{
|
||||
public:
|
||||
static bool LoadZone(std::string& path);
|
||||
static bool LoadZone(const std::string& path);
|
||||
};
|
||||
|
Reference in New Issue
Block a user