mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Move the IRC library outside the custom folder.
This commit is contained in:
parent
c070c7acc8
commit
e1db16d3ec
@ -202,8 +202,8 @@
|
|||||||
<Unit filename="../source/Library/Hashing.hpp" />
|
<Unit filename="../source/Library/Hashing.hpp" />
|
||||||
<Unit filename="../source/Library/INI.cpp" />
|
<Unit filename="../source/Library/INI.cpp" />
|
||||||
<Unit filename="../source/Library/INI.hpp" />
|
<Unit filename="../source/Library/INI.hpp" />
|
||||||
<Unit filename="../source/Library/IRC/Session.cpp" />
|
<Unit filename="../source/Library/IRC.cpp" />
|
||||||
<Unit filename="../source/Library/IRC/Session.hpp" />
|
<Unit filename="../source/Library/IRC.hpp" />
|
||||||
<Unit filename="../source/Library/JSON.cpp" />
|
<Unit filename="../source/Library/JSON.cpp" />
|
||||||
<Unit filename="../source/Library/JSON.hpp" />
|
<Unit filename="../source/Library/JSON.hpp" />
|
||||||
<Unit filename="../source/Library/LongInt.cpp" />
|
<Unit filename="../source/Library/LongInt.cpp" />
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "Library/IRC/Session.hpp"
|
#include "Library/IRC.hpp"
|
||||||
#include "Core.hpp"
|
#include "Core.hpp"
|
||||||
#include "Register.hpp"
|
#include "Register.hpp"
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef _LIBRARY_IRC_SESSION_HPP_
|
#ifndef _LIBRARY_IRC_HPP_
|
||||||
#define _LIBRARY_IRC_SESSION_HPP_
|
#define _LIBRARY_IRC_HPP_
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
#include "Common.hpp"
|
#include "Common.hpp"
|
||||||
@ -987,4 +987,4 @@ public:
|
|||||||
} // Namespace:: IRC
|
} // Namespace:: IRC
|
||||||
} // Namespace:: SqMod
|
} // Namespace:: SqMod
|
||||||
|
|
||||||
#endif // _LIBRARY_IRC_SESSION_HPP_
|
#endif // _LIBRARY_IRC_HPP_
|
Loading…
Reference in New Issue
Block a user