mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57:04 +02:00
Switch to AMBuild & WIP port to Counter-Strike 2
This commit is contained in:
parent
b03db8ad19
commit
100636cd10
13 changed files with 671 additions and 1520 deletions
|
|
@ -3,11 +3,7 @@
|
|||
|
||||
#include <ISmmPlugin.h>
|
||||
|
||||
#if defined WIN32 && !defined snprintf
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
class MovementUnlocker : public ISmmPlugin
|
||||
class MovementUnlocker : public ISmmPlugin, public IMetamodListener
|
||||
{
|
||||
public:
|
||||
bool Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool late);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue