2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-24 17:03:05 +00:00

Use unique_ptr for ZoneLoading

This commit is contained in:
Jan
2021-03-14 12:34:50 +01:00
parent 94230cefb0
commit 301f6e3e7a
14 changed files with 118 additions and 153 deletions

View File

@@ -1,7 +1,8 @@
#pragma once
#include "Zone/Zone.h"
#include <string>
#include "Zone/Zone.h"
class ZoneLoading
{
public: