added more api to help with amxmod compat layer
cleaned up some more bcompat stuff
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
inline const char* getPluginName() { return plugin.c_str(); }
|
||||
inline const char* getName() { return name.c_str(); }
|
||||
inline bool operator == (const char* string) { return (strcmp(name.c_str(), string) == 0); }
|
||||
int plugin_id;
|
||||
};
|
||||
|
||||
// *****************************************************
|
||||
|
Reference in New Issue
Block a user