xash3d-fwgs: append missing new line at the end of file

This commit is contained in:
Alibek Omarov 2019-10-27 22:26:57 +03:00
parent d6f8112860
commit 0dd91ceda2
54 changed files with 54 additions and 54 deletions

View File

@ -57,4 +57,4 @@ struct beam_s
struct particle_s *particles;
};
#endif//BEAMDEF_H
#endif//BEAMDEF_H

View File

@ -22,4 +22,4 @@ typedef struct
vec3_t origin;
} boneinfo_t;
#endif//BONEINFO_H
#endif//BONEINFO_H

View File

@ -321,4 +321,4 @@ typedef struct
int lightofs; // start of [numstyles*surfsize] samples
} dface32_t;
#endif//BSPFILE_H
#endif//BSPFILE_H

View File

@ -102,4 +102,4 @@ struct cl_entity_s
colorVec cvFloorColor;
};
#endif//CL_ENTITY_H
#endif//CL_ENTITY_H

View File

@ -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
#endif//CON_NPRINT_H

View File

@ -24,4 +24,4 @@ typedef struct demo_api_s
void (*WriteBuffer)( int size, unsigned char *buffer );
} demo_api_t;
#endif//DEMO_API_H
#endif//DEMO_API_H

View File

@ -28,4 +28,4 @@ typedef struct dlight_s
qboolean dark; // subtracts light instead of adding
} dlight_t;
#endif//DLIGHT_H
#endif//DLIGHT_H

View File

@ -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
#endif//FEATURES_H

View File

@ -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
#endif//ENTITY_TYPES_H

View File

@ -55,4 +55,4 @@ typedef struct event_api_s
void ( *EV_PopTraceBounds)( void );
} event_api_t;
#endif//EVENT_API_H
#endif//EVENT_API_H

View File

@ -44,4 +44,4 @@ typedef struct event_args_s
int bparam2;
} event_args_t;
#endif//EVENT_ARGS_H
#endif//EVENT_ARGS_H

View File

@ -42,4 +42,4 @@
// Only issue event client side ( from shared code )
#define FEV_CLIENT (1<<6)
#endif//EVENT_FLAGS_H
#endif//EVENT_FLAGS_H

View File

@ -47,4 +47,4 @@ typedef struct
int gamemode;
} GAMEINFO;
#endif//GAMEINFO_H
#endif//GAMEINFO_H

View File

@ -56,4 +56,4 @@
#define MAX_DIRECTOR_CMD_PARAMETERS 4
#define MAX_DIRECTOR_CMD_STRING 128
#endif//HLTV_H
#endif//HLTV_H

View File

@ -35,4 +35,4 @@ typedef struct IVoiceTweak_s
float (*GetControlFloat)( VoiceTweakControl iControl );
} IVoiceTweak;
#endif//IVOICETWEAK_H
#endif//IVOICETWEAK_H

View File

@ -15,4 +15,4 @@ typedef struct kbutton_s
int state; // low bit is down state
} kbutton_t;
#endif // !KBUTTONH
#endif // !KBUTTONH

View File

@ -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
#endif//LIGHTSTYLE_H

View File

@ -34,4 +34,4 @@ typedef struct netadr_s
unsigned short port;
} netadr_t;
#endif//NETADR_H
#endif//NETADR_H

View File

@ -50,4 +50,4 @@ typedef struct particle_s
unsigned char context;
} particle_t;
#endif//PARTICLEDEF_H
#endif//PARTICLEDEF_H

View File

@ -38,4 +38,4 @@ struct pmtrace_s
int hitgroup;
};
#endif//PM_TRACE_H
#endif//PM_TRACE_H

View File

@ -35,4 +35,4 @@ typedef struct qfont_s
byte data[4];
} qfont_t;
#endif//QFONT_H
#endif//QFONT_H

View File

@ -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
#endif//REF_PARAMS_H

View File

@ -26,4 +26,4 @@ typedef struct screenfade_s
int fadeFlags; // Fading flags
} screenfade_t;
#endif//SCREENFADE_H
#endif//SCREENFADE_H

View File

@ -24,4 +24,4 @@ typedef struct mstudioevent_s
char options[64];
} mstudioevent_t;
#endif//STUDIO_EVENT_H
#endif//STUDIO_EVENT_H

View File

@ -36,4 +36,4 @@ typedef struct usercmd_s
vec3_t impact_position;
} usercmd_t;
#endif//USERCMD_H
#endif//USERCMD_H

View File

@ -83,4 +83,4 @@ typedef struct mip_s
unsigned int offsets[4]; // four mip maps stored
} mip_t;
#endif//WADFILE_H
#endif//WADFILE_H

View File

@ -47,4 +47,4 @@ typedef struct weapon_data_s
float fuser4;
} weapon_data_t;
#endif//WEAPONINFO_H
#endif//WEAPONINFO_H

View File

@ -21,4 +21,4 @@ typedef struct wrect_s
int left, right, top, bottom;
} wrect_t;
#endif//WRECT_H
#endif//WRECT_H

View File

@ -135,4 +135,4 @@ typedef struct
aliasskintype_t type;
} daliasskintype_t;
#endif//ALIAS_H
#endif//ALIAS_H

View File

@ -407,4 +407,4 @@ void S_FreeSounds( void )
memset( s_sfxHashList, 0, sizeof( s_sfxHashList ));
s_numSfx = 0;
}
}

View File

@ -468,4 +468,4 @@ rgbdata_t *Image_Quantize( rgbdata_t *pic )
pic->size = image.size;
return pic;
}
}

View File

@ -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
#endif//PM_LOCAL_H

View File

@ -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]);
}
}
}

View File

@ -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] );
}
}

View File

@ -41,4 +41,4 @@ enum mpg123_enc_enum
MPG123_ENC_ALAW_8 = 0x08,
};
#endif//FMT123_H
#endif//FMT123_H

View File

@ -73,4 +73,4 @@ static uint getbits( mpg123_handle_t *fr, int number_of_bits )
return rval;
}
#endif//GETBITS_H
#endif//GETBITS_H

View File

@ -334,4 +334,4 @@ static const struct newhuff htc[] =
{ 0 , tab_c1 }
};
#endif//HUFFMAN_H
#endif//HUFFMAN_H

View File

@ -152,4 +152,4 @@ void fi_reset( frame_index_t *fi )
fi->fill = 0;
fi->step = 1;
fi->next = fi_next( fi );
}
}

View File

@ -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
#endif//INDEX_H

View File

@ -1563,4 +1563,4 @@ int do_layer3( mpg123_handle_t *fr )
}
return clip;
}
}

View File

@ -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
#endif//MPEGHEAD_H

View File

@ -1080,4 +1080,4 @@ read_frame_bad:
// that return code might be inherited from some feeder action, or reader error.
return ret;
}
}

View File

@ -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
#endif//READER_H

View File

@ -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
#endif//SYNTH_H

View File

@ -99,4 +99,4 @@ void make_decode_tables( mpg123_handle_t *fr )
if( i % 64 == 63 )
scaleval = -scaleval;
}
}
}

View File

@ -90,4 +90,4 @@ typedef struct customization_s
#define FCUST_WIPEDATA ( 1<<1 )
#define FCUST_IGNOREINIT ( 1<<2 )
#endif // CUSTOM_H
#endif // CUSTOM_H

View File

@ -36,4 +36,4 @@ enum
#define BEAM_FSHADEIN 0x40
#define BEAM_FSHADEOUT 0x80
#endif//CUSTOMENTITY_H
#endif//CUSTOMENTITY_H

View File

@ -46,4 +46,4 @@ struct edict_s
// other fields from progs come immediately after
};
#endif//EDICT_H
#endif//EDICT_H

View File

@ -215,4 +215,4 @@ typedef struct entvars_s
edict_t *euser4;
} entvars_t;
#endif//PROGDEFS_H
#endif//PROGDEFS_H

View File

@ -47,4 +47,4 @@ typedef struct
byte r, g, b, a; // fade to color ( max alpha )
} ScreenFade;
#endif // SHAKE_H
#endif // SHAKE_H

View File

@ -125,4 +125,4 @@ typedef struct
frametype_t type;
} dframetype_t;
#endif//SPRITE_H
#endif//SPRITE_H

2
mainui

@ -1 +1 @@
Subproject commit ccf8c0ff2af94f373d773874a192d2c422f88c37
Subproject commit 489fc5474ca0ce9afa69b5f7e656da61fd2d2654

View File

@ -17,4 +17,4 @@
#define MAX_PHYSINFO_STRING 256
#endif//PM_INFO_H
#endif//PM_INFO_H

View File

@ -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
#endif//GL_FRUSTUM_H