2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 15:27:06 +03:00

Fix broken order in amxx includes (Related #263) (Resolves #300)

This commit is contained in:
s1lentq 2024-02-02 04:50:56 +07:00
parent fbe2788623
commit d40a0fed1f

View File

@ -171,12 +171,6 @@ enum EngineFunc
*/
RH_SV_ClientPrintf,
/*
* Description: Called when a command is being sent to server.
* Params: (const cmd[], source, id)
*/
RH_ExecuteServerStringCmd,
/*
* Description: Called before adding an entity to the physents of a player.
* Return type: bool
@ -184,6 +178,12 @@ enum EngineFunc
*/
RH_SV_AllowPhysent,
/*
* Description: Called when a command is being sent to server.
* Params: (const cmd[], source, id)
*/
RH_ExecuteServerStringCmd,
};
/**