2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-17 07:21:43 +00:00

add linker basis

This commit is contained in:
Jan
2021-03-08 12:46:27 +01:00
parent 39a1485be6
commit e6a91c0305
14 changed files with 538 additions and 84 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "ZoneWriting.h"
bool ZoneWriting::WriteZone(Zone* zone)
{
return true;
}