Skip to content

Commit

Permalink
Fix broken order in amxx includes (Related rehlds#263) (Resolves rehl…
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Feb 1, 2024
1 parent fbe2788 commit d40a0fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reapi/extra/amxmodx/scripting/include/reapi_engine_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,19 @@ 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
* Params: (const entity, const client)
*/
RH_SV_AllowPhysent,

/*
* Description: Called when a command is being sent to server.
* Params: (const cmd[], source, id)
*/
RH_ExecuteServerStringCmd,

};

/**
Expand Down

0 comments on commit d40a0fe

Please sign in to comment.