1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-06 00:47:11 +02:00

Integrate XML module.

Integrate the XML module into the host plugin and get it to compile.
This commit is contained in:
Sandu Liviu Catalin
2020-03-22 01:33:11 +02:00
parent de3f365522
commit 39d6af7687
18 changed files with 2961 additions and 135 deletions

10
module/Library/XML.hpp Normal file
View File

@ -0,0 +1,10 @@
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Base/Shared.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod