mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
added double-include prevention
This commit is contained in:
parent
413f02ab2a
commit
93f6a136fa
@ -8,6 +8,11 @@
|
|||||||
* This file is provided as is (no warranties).
|
* This file is provided as is (no warranties).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined _float_included
|
||||||
|
#endinput
|
||||||
|
#endif
|
||||||
|
#define _float_included
|
||||||
|
|
||||||
/* Different methods of rounding */
|
/* Different methods of rounding */
|
||||||
enum floatround_method {
|
enum floatround_method {
|
||||||
floatround_round = 0,
|
floatround_round = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user