mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 00:38:15 -05:00
add linker basis
This commit is contained in:
6
src/ZoneWriting/ZoneWriting.cpp
Normal file
6
src/ZoneWriting/ZoneWriting.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "ZoneWriting.h"
|
||||
|
||||
bool ZoneWriting::WriteZone(Zone* zone)
|
||||
{
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user