2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-04-07 10:19:05 +03:00

added double-include prevention

This commit is contained in:
Felix Geyer 2004-06-30 08:34:52 +00:00
parent 413f02ab2a
commit 93f6a136fa

@ -8,6 +8,11 @@
* This file is provided as is (no warranties).
*/
#if defined _float_included
#endinput
#endif
#define _float_included
/* Different methods of rounding */
enum floatround_method {
floatround_round = 0,