mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-24 17:03:05 +00:00
Rename ZoneLoader and ZoneWriter components to ZoneLoading and ZoneWriting to make a difference between the executive class and the component class
This commit is contained in:
8
src/ZoneLoading/ZoneLoading.h
Normal file
8
src/ZoneLoading/ZoneLoading.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class ZoneLoading
|
||||
{
|
||||
public:
|
||||
static bool LoadZone(std::string& path);
|
||||
};
|
||||
Reference in New Issue
Block a user