nothing important

This commit is contained in:
Pavol Marko 2004-04-22 07:52:26 +00:00
parent c2784feb71
commit 29e36fdee2
7 changed files with 8 additions and 11 deletions

View File

@ -29,8 +29,6 @@
* version.
*/
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h"
#include "CCmd.h"

View File

@ -29,8 +29,9 @@
* version.
*/
#include "CFile.h"
#include <ctype.h>
#include "amxmodx.h"
#include "CFile.h"
// *****************************************************
// class File

View File

@ -29,8 +29,6 @@
* version.
*/
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h"
#include "CMenu.h"

View File

@ -29,8 +29,6 @@
* version.
*/
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h"
#ifndef FAR

View File

@ -87,7 +87,7 @@ public:
bool queryModule();
bool detachModule();
const char* getStatus() const;
inline const char* getType() const { return m_Amxx ? (m_Metamod ? "amxx&mm" : "amxx") : (m_Metamod ? "amx&mm" : "amx"); }
inline const char* getType() const { return m_Amxx ? "amxx" : (m_Metamod ? "amx&mm" : "amx"); }
inline const char* getAuthor() const { return m_Amxx ? (m_InfoNew.author) : (m_InfoOld ? m_InfoOld->author : "unknown"); }
inline const char* getVersion() const { return m_Amxx ? (m_InfoNew.version) : (m_InfoOld ? m_InfoOld->version : "unknown"); }
inline const char* getName() const { return m_Amxx ? (m_InfoNew.name) : (m_InfoOld ? m_InfoOld->name : "unknown"); }

View File

@ -29,8 +29,9 @@
* version.
*/
#include "CString.h"
#include "string.h"
#include "amxmodx.h"
#include "CString.h"
#include "CFile.h"
String::String()

View File

@ -29,11 +29,12 @@
* version.
*/
#include "CVault.h"
#include "CFile.h"
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include "amxmodx.h"
#include "CVault.h"
#include "CFile.h"
// *****************************************************
// class Vault