From 1decb1c7fb5299ff537fe8bf7a5ba6c37a7d2248 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 27 Oct 2019 22:26:57 +0300 Subject: [PATCH] xash3d-fwgs: append missing new line at the end of file --- common/beamdef.h | 2 +- common/boneinfo.h | 2 +- common/bspfile.h | 2 +- common/cl_entity.h | 2 +- common/con_nprint.h | 2 +- common/demo_api.h | 2 +- common/dlight.h | 2 +- common/enginefeatures.h | 2 +- common/entity_types.h | 2 +- common/event_api.h | 2 +- common/event_args.h | 2 +- common/event_flags.h | 2 +- common/gameinfo.h | 2 +- common/hltv.h | 2 +- common/ivoicetweak.h | 2 +- common/kbutton.h | 2 +- common/lightstyle.h | 2 +- common/netadr.h | 2 +- common/particledef.h | 2 +- common/pmtrace.h | 2 +- common/qfont.h | 2 +- common/ref_params.h | 2 +- common/screenfade.h | 2 +- common/studio_event.h | 2 +- common/usercmd.h | 2 +- common/wadfile.h | 2 +- common/weaponinfo.h | 2 +- common/wrect.h | 2 +- engine/alias.h | 2 +- engine/client/s_load.c | 2 +- engine/common/imagelib/img_quant.c | 2 +- engine/common/pm_local.h | 2 +- engine/common/soundlib/libmpg/dct36.c | 2 +- engine/common/soundlib/libmpg/dct64.c | 2 +- engine/common/soundlib/libmpg/fmt123.h | 2 +- engine/common/soundlib/libmpg/getbits.h | 2 +- engine/common/soundlib/libmpg/huffman.h | 2 +- engine/common/soundlib/libmpg/index.c | 2 +- engine/common/soundlib/libmpg/index.h | 2 +- engine/common/soundlib/libmpg/layer3.c | 2 +- engine/common/soundlib/libmpg/mpeghead.h | 2 +- engine/common/soundlib/libmpg/parse.c | 2 +- engine/common/soundlib/libmpg/reader.h | 2 +- engine/common/soundlib/libmpg/synth.h | 2 +- engine/common/soundlib/libmpg/tabinit.c | 2 +- engine/custom.h | 2 +- engine/customentity.h | 2 +- engine/edict.h | 2 +- engine/progdefs.h | 2 +- engine/shake.h | 2 +- engine/sprite.h | 2 +- mainui | 2 +- pm_shared/pm_info.h | 2 +- ref_gl/gl_frustum.h | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/common/beamdef.h b/common/beamdef.h index 3b8c553a..1dc271f8 100644 --- a/common/beamdef.h +++ b/common/beamdef.h @@ -57,4 +57,4 @@ struct beam_s struct particle_s *particles; }; -#endif//BEAMDEF_H \ No newline at end of file +#endif//BEAMDEF_H diff --git a/common/boneinfo.h b/common/boneinfo.h index bd58845e..1c88d7e1 100644 --- a/common/boneinfo.h +++ b/common/boneinfo.h @@ -22,4 +22,4 @@ typedef struct vec3_t origin; } boneinfo_t; -#endif//BONEINFO_H \ No newline at end of file +#endif//BONEINFO_H diff --git a/common/bspfile.h b/common/bspfile.h index d8b47134..dbc3dadb 100644 --- a/common/bspfile.h +++ b/common/bspfile.h @@ -321,4 +321,4 @@ typedef struct int lightofs; // start of [numstyles*surfsize] samples } dface32_t; -#endif//BSPFILE_H \ No newline at end of file +#endif//BSPFILE_H diff --git a/common/cl_entity.h b/common/cl_entity.h index 02f84e35..6235a0a3 100644 --- a/common/cl_entity.h +++ b/common/cl_entity.h @@ -102,4 +102,4 @@ struct cl_entity_s colorVec cvFloorColor; }; -#endif//CL_ENTITY_H \ No newline at end of file +#endif//CL_ENTITY_H diff --git a/common/con_nprint.h b/common/con_nprint.h index 5d87c760..96582776 100644 --- a/common/con_nprint.h +++ b/common/con_nprint.h @@ -22,4 +22,4 @@ typedef struct con_nprint_s float color[3]; // RGB colors ( 0.0 -> 1.0 scale ) } con_nprint_t; -#endif//CON_NPRINT_H \ No newline at end of file +#endif//CON_NPRINT_H diff --git a/common/demo_api.h b/common/demo_api.h index fa89bbef..3e3c6556 100644 --- a/common/demo_api.h +++ b/common/demo_api.h @@ -24,4 +24,4 @@ typedef struct demo_api_s void (*WriteBuffer)( int size, unsigned char *buffer ); } demo_api_t; -#endif//DEMO_API_H \ No newline at end of file +#endif//DEMO_API_H diff --git a/common/dlight.h b/common/dlight.h index b139d582..b8a520b3 100644 --- a/common/dlight.h +++ b/common/dlight.h @@ -28,4 +28,4 @@ typedef struct dlight_s qboolean dark; // subtracts light instead of adding } dlight_t; -#endif//DLIGHT_H \ No newline at end of file +#endif//DLIGHT_H diff --git a/common/enginefeatures.h b/common/enginefeatures.h index d1e90ba2..1739c956 100644 --- a/common/enginefeatures.h +++ b/common/enginefeatures.h @@ -26,4 +26,4 @@ GNU General Public License for more details. #define ENGINE_IMPROVED_LINETRACE (1<<6) // new traceline that tracing through alphatextures #define ENGINE_COMPUTE_STUDIO_LERP (1<<7) // enable MOVETYPE_STEP lerping back in engine -#endif//FEATURES_H \ No newline at end of file +#endif//FEATURES_H diff --git a/common/entity_types.h b/common/entity_types.h index 25a8fce9..32b501b8 100644 --- a/common/entity_types.h +++ b/common/entity_types.h @@ -22,4 +22,4 @@ #define ET_BEAM 3 #define ET_FRAGMENTED 4 // BMODEL or SPRITE that was split across BSP nodes -#endif//ENTITY_TYPES_H \ No newline at end of file +#endif//ENTITY_TYPES_H diff --git a/common/event_api.h b/common/event_api.h index 699310d0..8b7ae640 100644 --- a/common/event_api.h +++ b/common/event_api.h @@ -55,4 +55,4 @@ typedef struct event_api_s void ( *EV_PopTraceBounds)( void ); } event_api_t; -#endif//EVENT_API_H \ No newline at end of file +#endif//EVENT_API_H diff --git a/common/event_args.h b/common/event_args.h index d85906cc..b4be77f4 100644 --- a/common/event_args.h +++ b/common/event_args.h @@ -44,4 +44,4 @@ typedef struct event_args_s int bparam2; } event_args_t; -#endif//EVENT_ARGS_H \ No newline at end of file +#endif//EVENT_ARGS_H diff --git a/common/event_flags.h b/common/event_flags.h index 3c1d8fb3..d10ddace 100644 --- a/common/event_flags.h +++ b/common/event_flags.h @@ -42,4 +42,4 @@ // Only issue event client side ( from shared code ) #define FEV_CLIENT (1<<6) -#endif//EVENT_FLAGS_H \ No newline at end of file +#endif//EVENT_FLAGS_H diff --git a/common/gameinfo.h b/common/gameinfo.h index aacc74d3..597ec1fb 100644 --- a/common/gameinfo.h +++ b/common/gameinfo.h @@ -47,4 +47,4 @@ typedef struct int gamemode; } GAMEINFO; -#endif//GAMEINFO_H \ No newline at end of file +#endif//GAMEINFO_H diff --git a/common/hltv.h b/common/hltv.h index 79251910..60adb020 100644 --- a/common/hltv.h +++ b/common/hltv.h @@ -56,4 +56,4 @@ #define MAX_DIRECTOR_CMD_PARAMETERS 4 #define MAX_DIRECTOR_CMD_STRING 128 -#endif//HLTV_H \ No newline at end of file +#endif//HLTV_H diff --git a/common/ivoicetweak.h b/common/ivoicetweak.h index 2f95d515..e7802855 100644 --- a/common/ivoicetweak.h +++ b/common/ivoicetweak.h @@ -35,4 +35,4 @@ typedef struct IVoiceTweak_s float (*GetControlFloat)( VoiceTweakControl iControl ); } IVoiceTweak; -#endif//IVOICETWEAK_H \ No newline at end of file +#endif//IVOICETWEAK_H diff --git a/common/kbutton.h b/common/kbutton.h index 23cd8acc..820e2d9b 100644 --- a/common/kbutton.h +++ b/common/kbutton.h @@ -15,4 +15,4 @@ typedef struct kbutton_s int state; // low bit is down state } kbutton_t; -#endif // !KBUTTONH \ No newline at end of file +#endif // !KBUTTONH diff --git a/common/lightstyle.h b/common/lightstyle.h index 8b42edac..a695e981 100644 --- a/common/lightstyle.h +++ b/common/lightstyle.h @@ -26,4 +26,4 @@ typedef struct float time; // local time is gurantee what new style begins from the start, not mid or end of the sequence } lightstyle_t; -#endif//LIGHTSTYLE_H \ No newline at end of file +#endif//LIGHTSTYLE_H diff --git a/common/netadr.h b/common/netadr.h index dfeea8b0..21075819 100644 --- a/common/netadr.h +++ b/common/netadr.h @@ -34,4 +34,4 @@ typedef struct netadr_s unsigned short port; } netadr_t; -#endif//NETADR_H \ No newline at end of file +#endif//NETADR_H diff --git a/common/particledef.h b/common/particledef.h index 959c960b..700815c0 100644 --- a/common/particledef.h +++ b/common/particledef.h @@ -50,4 +50,4 @@ typedef struct particle_s unsigned char context; } particle_t; -#endif//PARTICLEDEF_H \ No newline at end of file +#endif//PARTICLEDEF_H diff --git a/common/pmtrace.h b/common/pmtrace.h index 6394de56..89995d10 100644 --- a/common/pmtrace.h +++ b/common/pmtrace.h @@ -38,4 +38,4 @@ struct pmtrace_s int hitgroup; }; -#endif//PM_TRACE_H \ No newline at end of file +#endif//PM_TRACE_H diff --git a/common/qfont.h b/common/qfont.h index 06408572..468ee134 100644 --- a/common/qfont.h +++ b/common/qfont.h @@ -35,4 +35,4 @@ typedef struct qfont_s byte data[4]; } qfont_t; -#endif//QFONT_H \ No newline at end of file +#endif//QFONT_H diff --git a/common/ref_params.h b/common/ref_params.h index 3a0c1859..6a0226dc 100644 --- a/common/ref_params.h +++ b/common/ref_params.h @@ -102,4 +102,4 @@ typedef struct ref_viewpass_s int flags; // if !=0 nothing is drawn by the engine except clientDraw functions } ref_viewpass_t; -#endif//REF_PARAMS_H \ No newline at end of file +#endif//REF_PARAMS_H diff --git a/common/screenfade.h b/common/screenfade.h index 730f729e..e4169251 100644 --- a/common/screenfade.h +++ b/common/screenfade.h @@ -26,4 +26,4 @@ typedef struct screenfade_s int fadeFlags; // Fading flags } screenfade_t; -#endif//SCREENFADE_H \ No newline at end of file +#endif//SCREENFADE_H diff --git a/common/studio_event.h b/common/studio_event.h index 29ea1f90..c94aa708 100644 --- a/common/studio_event.h +++ b/common/studio_event.h @@ -24,4 +24,4 @@ typedef struct mstudioevent_s char options[64]; } mstudioevent_t; -#endif//STUDIO_EVENT_H \ No newline at end of file +#endif//STUDIO_EVENT_H diff --git a/common/usercmd.h b/common/usercmd.h index 96e3c91b..4420b71f 100644 --- a/common/usercmd.h +++ b/common/usercmd.h @@ -36,4 +36,4 @@ typedef struct usercmd_s vec3_t impact_position; } usercmd_t; -#endif//USERCMD_H \ No newline at end of file +#endif//USERCMD_H diff --git a/common/wadfile.h b/common/wadfile.h index 646153b9..7c02dee8 100644 --- a/common/wadfile.h +++ b/common/wadfile.h @@ -83,4 +83,4 @@ typedef struct mip_s unsigned int offsets[4]; // four mip maps stored } mip_t; -#endif//WADFILE_H \ No newline at end of file +#endif//WADFILE_H diff --git a/common/weaponinfo.h b/common/weaponinfo.h index ae78c645..73a2f8dc 100644 --- a/common/weaponinfo.h +++ b/common/weaponinfo.h @@ -47,4 +47,4 @@ typedef struct weapon_data_s float fuser4; } weapon_data_t; -#endif//WEAPONINFO_H \ No newline at end of file +#endif//WEAPONINFO_H diff --git a/common/wrect.h b/common/wrect.h index 8dd2ba2f..4d15e6f3 100644 --- a/common/wrect.h +++ b/common/wrect.h @@ -21,4 +21,4 @@ typedef struct wrect_s int left, right, top, bottom; } wrect_t; -#endif//WRECT_H \ No newline at end of file +#endif//WRECT_H diff --git a/engine/alias.h b/engine/alias.h index 7c6910ac..29905450 100644 --- a/engine/alias.h +++ b/engine/alias.h @@ -135,4 +135,4 @@ typedef struct aliasskintype_t type; } daliasskintype_t; -#endif//ALIAS_H \ No newline at end of file +#endif//ALIAS_H diff --git a/engine/client/s_load.c b/engine/client/s_load.c index 0cef0550..cb4573bf 100644 --- a/engine/client/s_load.c +++ b/engine/client/s_load.c @@ -407,4 +407,4 @@ void S_FreeSounds( void ) memset( s_sfxHashList, 0, sizeof( s_sfxHashList )); s_numSfx = 0; -} \ No newline at end of file +} diff --git a/engine/common/imagelib/img_quant.c b/engine/common/imagelib/img_quant.c index 92af3809..6ddcee47 100644 --- a/engine/common/imagelib/img_quant.c +++ b/engine/common/imagelib/img_quant.c @@ -468,4 +468,4 @@ rgbdata_t *Image_Quantize( rgbdata_t *pic ) pic->size = image.size; return pic; -} \ No newline at end of file +} diff --git a/engine/common/pm_local.h b/engine/common/pm_local.h index 76f797cf..d73dd375 100644 --- a/engine/common/pm_local.h +++ b/engine/common/pm_local.h @@ -48,4 +48,4 @@ msurface_t *PM_RecursiveSurfCheck( model_t *model, mnode_t *node, vec3_t p1, vec msurface_t *PM_TraceSurface( physent_t *pe, vec3_t start, vec3_t end ); int PM_TestLineExt( playermove_t *pmove, physent_t *ents, int numents, const vec3_t start, const vec3_t end, int flags ); -#endif//PM_LOCAL_H \ No newline at end of file +#endif//PM_LOCAL_H diff --git a/engine/common/soundlib/libmpg/dct36.c b/engine/common/soundlib/libmpg/dct36.c index be71c833..936ed136 100644 --- a/engine/common/soundlib/libmpg/dct36.c +++ b/engine/common/soundlib/libmpg/dct36.c @@ -318,4 +318,4 @@ void dct12( float *in, float *rawout1, float *rawout2, register float *wi, regis out2[0+2] += REAL_MUL(in4, wi[2]); out2[5-2] += REAL_MUL(in4, wi[5-2]); } -} \ No newline at end of file +} diff --git a/engine/common/soundlib/libmpg/dct64.c b/engine/common/soundlib/libmpg/dct64.c index 4e3352df..f4814d31 100644 --- a/engine/common/soundlib/libmpg/dct64.c +++ b/engine/common/soundlib/libmpg/dct64.c @@ -172,4 +172,4 @@ void dct64( float *out0, float *out1, float *samples ) out1[0x10*13] = REAL_SCALE_DCT64( bufs[16+7] + bufs[16+15] ); out1[0x10*14] = REAL_SCALE_DCT64( bufs[15] ); out1[0x10*15] = REAL_SCALE_DCT64( bufs[16+15] ); -} \ No newline at end of file +} diff --git a/engine/common/soundlib/libmpg/fmt123.h b/engine/common/soundlib/libmpg/fmt123.h index d33990f2..1b7f1107 100644 --- a/engine/common/soundlib/libmpg/fmt123.h +++ b/engine/common/soundlib/libmpg/fmt123.h @@ -41,4 +41,4 @@ enum mpg123_enc_enum MPG123_ENC_ALAW_8 = 0x08, }; -#endif//FMT123_H \ No newline at end of file +#endif//FMT123_H diff --git a/engine/common/soundlib/libmpg/getbits.h b/engine/common/soundlib/libmpg/getbits.h index 178e537d..852fa242 100644 --- a/engine/common/soundlib/libmpg/getbits.h +++ b/engine/common/soundlib/libmpg/getbits.h @@ -73,4 +73,4 @@ static uint getbits( mpg123_handle_t *fr, int number_of_bits ) return rval; } -#endif//GETBITS_H \ No newline at end of file +#endif//GETBITS_H diff --git a/engine/common/soundlib/libmpg/huffman.h b/engine/common/soundlib/libmpg/huffman.h index 2fd855dd..446d669c 100644 --- a/engine/common/soundlib/libmpg/huffman.h +++ b/engine/common/soundlib/libmpg/huffman.h @@ -334,4 +334,4 @@ static const struct newhuff htc[] = { 0 , tab_c1 } }; -#endif//HUFFMAN_H \ No newline at end of file +#endif//HUFFMAN_H diff --git a/engine/common/soundlib/libmpg/index.c b/engine/common/soundlib/libmpg/index.c index c3bafa33..fd054652 100644 --- a/engine/common/soundlib/libmpg/index.c +++ b/engine/common/soundlib/libmpg/index.c @@ -152,4 +152,4 @@ void fi_reset( frame_index_t *fi ) fi->fill = 0; fi->step = 1; fi->next = fi_next( fi ); -} \ No newline at end of file +} diff --git a/engine/common/soundlib/libmpg/index.h b/engine/common/soundlib/libmpg/index.h index 200c5a3d..195f8627 100644 --- a/engine/common/soundlib/libmpg/index.h +++ b/engine/common/soundlib/libmpg/index.h @@ -42,4 +42,4 @@ int fi_set( frame_index_t *fi, mpg_off_t *offsets, mpg_off_t step, size_t fill ) // empty the index (setting fill=0 and step=1), but keep current size. void fi_reset( frame_index_t *fi ); -#endif//INDEX_H \ No newline at end of file +#endif//INDEX_H diff --git a/engine/common/soundlib/libmpg/layer3.c b/engine/common/soundlib/libmpg/layer3.c index 1cc40e3c..9a574dde 100644 --- a/engine/common/soundlib/libmpg/layer3.c +++ b/engine/common/soundlib/libmpg/layer3.c @@ -1563,4 +1563,4 @@ int do_layer3( mpg123_handle_t *fr ) } return clip; -} \ No newline at end of file +} diff --git a/engine/common/soundlib/libmpg/mpeghead.h b/engine/common/soundlib/libmpg/mpeghead.h index 8fcb71fe..6b2b4637 100644 --- a/engine/common/soundlib/libmpg/mpeghead.h +++ b/engine/common/soundlib/libmpg/mpeghead.h @@ -60,4 +60,4 @@ GNU General Public License for more details. // a mask for changed sampling rate (version or rate bits). #define HDR_SAMPMASK (HDR_VERSION|HDR_SAMPLERATE) -#endif//MPEGHEAD_H \ No newline at end of file +#endif//MPEGHEAD_H diff --git a/engine/common/soundlib/libmpg/parse.c b/engine/common/soundlib/libmpg/parse.c index 360de077..69bd36d0 100644 --- a/engine/common/soundlib/libmpg/parse.c +++ b/engine/common/soundlib/libmpg/parse.c @@ -1080,4 +1080,4 @@ read_frame_bad: // that return code might be inherited from some feeder action, or reader error. return ret; -} \ No newline at end of file +} diff --git a/engine/common/soundlib/libmpg/reader.h b/engine/common/soundlib/libmpg/reader.h index 6f7af6b3..fc8fc015 100644 --- a/engine/common/soundlib/libmpg/reader.h +++ b/engine/common/soundlib/libmpg/reader.h @@ -128,4 +128,4 @@ mpg_off_t feed_set_pos( mpg123_handle_t *fr, mpg_off_t pos ); // error fallback void open_bad( mpg123_handle_t *fr ); -#endif//READER_H \ No newline at end of file +#endif//READER_H diff --git a/engine/common/soundlib/libmpg/synth.h b/engine/common/soundlib/libmpg/synth.h index 2721a19b..5beabb3e 100644 --- a/engine/common/soundlib/libmpg/synth.h +++ b/engine/common/soundlib/libmpg/synth.h @@ -54,4 +54,4 @@ typedef struct synth_s void init_synth( mpg123_handle_t *fr ); int set_synth_functions( mpg123_handle_t *fr ); -#endif//SYNTH_H \ No newline at end of file +#endif//SYNTH_H diff --git a/engine/common/soundlib/libmpg/tabinit.c b/engine/common/soundlib/libmpg/tabinit.c index 5c678b37..42ea89ed 100644 --- a/engine/common/soundlib/libmpg/tabinit.c +++ b/engine/common/soundlib/libmpg/tabinit.c @@ -99,4 +99,4 @@ void make_decode_tables( mpg123_handle_t *fr ) if( i % 64 == 63 ) scaleval = -scaleval; } -} \ No newline at end of file +} diff --git a/engine/custom.h b/engine/custom.h index aed6d4a1..e8eaab01 100644 --- a/engine/custom.h +++ b/engine/custom.h @@ -90,4 +90,4 @@ typedef struct customization_s #define FCUST_WIPEDATA ( 1<<1 ) #define FCUST_IGNOREINIT ( 1<<2 ) -#endif // CUSTOM_H \ No newline at end of file +#endif // CUSTOM_H diff --git a/engine/customentity.h b/engine/customentity.h index dc867e5b..9443da9c 100644 --- a/engine/customentity.h +++ b/engine/customentity.h @@ -36,4 +36,4 @@ enum #define BEAM_FSHADEIN 0x40 #define BEAM_FSHADEOUT 0x80 -#endif//CUSTOMENTITY_H \ No newline at end of file +#endif//CUSTOMENTITY_H diff --git a/engine/edict.h b/engine/edict.h index 30ba0810..820190e1 100644 --- a/engine/edict.h +++ b/engine/edict.h @@ -46,4 +46,4 @@ struct edict_s // other fields from progs come immediately after }; -#endif//EDICT_H \ No newline at end of file +#endif//EDICT_H diff --git a/engine/progdefs.h b/engine/progdefs.h index 74004a27..5e540439 100644 --- a/engine/progdefs.h +++ b/engine/progdefs.h @@ -215,4 +215,4 @@ typedef struct entvars_s edict_t *euser4; } entvars_t; -#endif//PROGDEFS_H \ No newline at end of file +#endif//PROGDEFS_H diff --git a/engine/shake.h b/engine/shake.h index 5a1da46a..b2e88a33 100644 --- a/engine/shake.h +++ b/engine/shake.h @@ -47,4 +47,4 @@ typedef struct byte r, g, b, a; // fade to color ( max alpha ) } ScreenFade; -#endif // SHAKE_H \ No newline at end of file +#endif // SHAKE_H diff --git a/engine/sprite.h b/engine/sprite.h index ba06ece0..a62a14ed 100644 --- a/engine/sprite.h +++ b/engine/sprite.h @@ -125,4 +125,4 @@ typedef struct frametype_t type; } dframetype_t; -#endif//SPRITE_H \ No newline at end of file +#endif//SPRITE_H diff --git a/mainui b/mainui index ccf8c0ff..489fc547 160000 --- a/mainui +++ b/mainui @@ -1 +1 @@ -Subproject commit ccf8c0ff2af94f373d773874a192d2c422f88c37 +Subproject commit 489fc5474ca0ce9afa69b5f7e656da61fd2d2654 diff --git a/pm_shared/pm_info.h b/pm_shared/pm_info.h index ea54e6db..1bb32e46 100644 --- a/pm_shared/pm_info.h +++ b/pm_shared/pm_info.h @@ -17,4 +17,4 @@ #define MAX_PHYSINFO_STRING 256 -#endif//PM_INFO_H \ No newline at end of file +#endif//PM_INFO_H diff --git a/ref_gl/gl_frustum.h b/ref_gl/gl_frustum.h index 61052434..f48793b5 100644 --- a/ref_gl/gl_frustum.h +++ b/ref_gl/gl_frustum.h @@ -49,4 +49,4 @@ qboolean GL_FrustumCullSphere( gl_frustum_t *out, const vec3_t centre, float rad void GL_FrustumEnablePlane( gl_frustum_t *out, int side ); void GL_FrustumDisablePlane( gl_frustum_t *out, int side ); -#endif//GL_FRUSTUM_H \ No newline at end of file +#endif//GL_FRUSTUM_H