mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
39d6af7687
Integrate the XML module into the host plugin and get it to compile.
11 lines
285 B
C++
11 lines
285 B
C++
#pragma once
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
#include "Base/Shared.hpp"
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
namespace SqMod {
|
|
|
|
|
|
} // Namespace:: SqMod
|