mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-14 05:07:17 +01:00
Move the IRC library outside the custom folder.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Library/IRC/Session.hpp"
|
||||
#include "Library/IRC.hpp"
|
||||
#include "Core.hpp"
|
||||
#include "Register.hpp"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _LIBRARY_IRC_SESSION_HPP_
|
||||
#define _LIBRARY_IRC_SESSION_HPP_
|
||||
#ifndef _LIBRARY_IRC_HPP_
|
||||
#define _LIBRARY_IRC_HPP_
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Common.hpp"
|
||||
@@ -987,4 +987,4 @@ public:
|
||||
} // Namespace:: IRC
|
||||
} // Namespace:: SqMod
|
||||
|
||||
#endif // _LIBRARY_IRC_SESSION_HPP_
|
||||
#endif // _LIBRARY_IRC_HPP_
|
||||
Reference in New Issue
Block a user