mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-17 10:17:59 -05:00
Use unique_ptr for ZoneLoading
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
#pragma once
|
||||
#include "Zone/Zone.h"
|
||||
#include <string>
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
|
||||
class ZoneLoading
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user