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:
14
source/Library/IO.hpp
Normal file
14
source/Library/IO.hpp
Normal 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_
|
Reference in New Issue
Block a user