Remove some SourceMod namespace.
This commit is contained in:
@ -36,8 +36,8 @@
|
||||
* @file ITextParsers.h
|
||||
* @brief Defines various text/file parsing functions, as well as UTF-8 support code.
|
||||
*/
|
||||
namespace SourceMod
|
||||
{
|
||||
//namespace SourceMod
|
||||
//{
|
||||
|
||||
#define SMINTERFACE_TEXTPARSERS_NAME "ITextParsers"
|
||||
#define SMINTERFACE_TEXTPARSERS_VERSION 4
|
||||
@ -450,9 +450,9 @@ namespace SourceMod
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
extern SourceMod::ITextParsers *textparsers;
|
||||
extern ITextParsers *textparsers;
|
||||
|
||||
#endif //_INCLUDE_SOURCEMOD_TEXTPARSERS_INTERFACE_H_
|
||||
|
||||
|
@ -50,8 +50,8 @@
|
||||
#include <am-moveable.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace SourceMod
|
||||
{
|
||||
//namespace SourceMod
|
||||
//{
|
||||
|
||||
namespace detail
|
||||
{
|
||||
@ -236,6 +236,6 @@ private:
|
||||
size_t memory_used_;
|
||||
};
|
||||
|
||||
}
|
||||
//}
|
||||
|
||||
#endif // _include_sourcemod_hashtable_h_
|
||||
|
Reference in New Issue
Block a user