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

View File

@ -0,0 +1,6 @@
#include "ZoneWriting.h"
bool ZoneWriting::WriteZone(Zone* zone)
{
return true;
}