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

Separate the IO library into smaller sub components.

Merge the INI module with the main plugin IO library.
This commit is contained in:
Sandu Liviu Catalin
2016-05-24 18:37:34 +03:00
parent d7c4d389eb
commit 76621cf946
18 changed files with 1530 additions and 2480 deletions

14
source/Library/IO.hpp Normal file
View File

@ -0,0 +1,14 @@
#ifndef _LIBRARY_IO_HPP_
#define _LIBRARY_IO_HPP_
// ------------------------------------------------------------------------------------------------
#include "Base/Shared.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod
#endif // _LIBRARY_IO_HPP_