mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
xash3d-fwgs: append missing new line at the end of file
This commit is contained in:
parent
d6f8112860
commit
0dd91ceda2
@ -57,4 +57,4 @@ struct beam_s
|
|||||||
struct particle_s *particles;
|
struct particle_s *particles;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//BEAMDEF_H
|
#endif//BEAMDEF_H
|
||||||
|
@ -22,4 +22,4 @@ typedef struct
|
|||||||
vec3_t origin;
|
vec3_t origin;
|
||||||
} boneinfo_t;
|
} boneinfo_t;
|
||||||
|
|
||||||
#endif//BONEINFO_H
|
#endif//BONEINFO_H
|
||||||
|
@ -321,4 +321,4 @@ typedef struct
|
|||||||
int lightofs; // start of [numstyles*surfsize] samples
|
int lightofs; // start of [numstyles*surfsize] samples
|
||||||
} dface32_t;
|
} dface32_t;
|
||||||
|
|
||||||
#endif//BSPFILE_H
|
#endif//BSPFILE_H
|
||||||
|
@ -102,4 +102,4 @@ struct cl_entity_s
|
|||||||
colorVec cvFloorColor;
|
colorVec cvFloorColor;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//CL_ENTITY_H
|
#endif//CL_ENTITY_H
|
||||||
|
@ -22,4 +22,4 @@ typedef struct con_nprint_s
|
|||||||
float color[3]; // RGB colors ( 0.0 -> 1.0 scale )
|
float color[3]; // RGB colors ( 0.0 -> 1.0 scale )
|
||||||
} con_nprint_t;
|
} con_nprint_t;
|
||||||
|
|
||||||
#endif//CON_NPRINT_H
|
#endif//CON_NPRINT_H
|
||||||
|
@ -24,4 +24,4 @@ typedef struct demo_api_s
|
|||||||
void (*WriteBuffer)( int size, unsigned char *buffer );
|
void (*WriteBuffer)( int size, unsigned char *buffer );
|
||||||
} demo_api_t;
|
} demo_api_t;
|
||||||
|
|
||||||
#endif//DEMO_API_H
|
#endif//DEMO_API_H
|
||||||
|
@ -28,4 +28,4 @@ typedef struct dlight_s
|
|||||||
qboolean dark; // subtracts light instead of adding
|
qboolean dark; // subtracts light instead of adding
|
||||||
} dlight_t;
|
} dlight_t;
|
||||||
|
|
||||||
#endif//DLIGHT_H
|
#endif//DLIGHT_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_IMPROVED_LINETRACE (1<<6) // new traceline that tracing through alphatextures
|
||||||
#define ENGINE_COMPUTE_STUDIO_LERP (1<<7) // enable MOVETYPE_STEP lerping back in engine
|
#define ENGINE_COMPUTE_STUDIO_LERP (1<<7) // enable MOVETYPE_STEP lerping back in engine
|
||||||
|
|
||||||
#endif//FEATURES_H
|
#endif//FEATURES_H
|
||||||
|
@ -22,4 +22,4 @@
|
|||||||
#define ET_BEAM 3
|
#define ET_BEAM 3
|
||||||
#define ET_FRAGMENTED 4 // BMODEL or SPRITE that was split across BSP nodes
|
#define ET_FRAGMENTED 4 // BMODEL or SPRITE that was split across BSP nodes
|
||||||
|
|
||||||
#endif//ENTITY_TYPES_H
|
#endif//ENTITY_TYPES_H
|
||||||
|
@ -55,4 +55,4 @@ typedef struct event_api_s
|
|||||||
void ( *EV_PopTraceBounds)( void );
|
void ( *EV_PopTraceBounds)( void );
|
||||||
} event_api_t;
|
} event_api_t;
|
||||||
|
|
||||||
#endif//EVENT_API_H
|
#endif//EVENT_API_H
|
||||||
|
@ -44,4 +44,4 @@ typedef struct event_args_s
|
|||||||
int bparam2;
|
int bparam2;
|
||||||
} event_args_t;
|
} event_args_t;
|
||||||
|
|
||||||
#endif//EVENT_ARGS_H
|
#endif//EVENT_ARGS_H
|
||||||
|
@ -42,4 +42,4 @@
|
|||||||
// Only issue event client side ( from shared code )
|
// Only issue event client side ( from shared code )
|
||||||
#define FEV_CLIENT (1<<6)
|
#define FEV_CLIENT (1<<6)
|
||||||
|
|
||||||
#endif//EVENT_FLAGS_H
|
#endif//EVENT_FLAGS_H
|
||||||
|
@ -47,4 +47,4 @@ typedef struct
|
|||||||
int gamemode;
|
int gamemode;
|
||||||
} GAMEINFO;
|
} GAMEINFO;
|
||||||
|
|
||||||
#endif//GAMEINFO_H
|
#endif//GAMEINFO_H
|
||||||
|
@ -56,4 +56,4 @@
|
|||||||
#define MAX_DIRECTOR_CMD_PARAMETERS 4
|
#define MAX_DIRECTOR_CMD_PARAMETERS 4
|
||||||
#define MAX_DIRECTOR_CMD_STRING 128
|
#define MAX_DIRECTOR_CMD_STRING 128
|
||||||
|
|
||||||
#endif//HLTV_H
|
#endif//HLTV_H
|
||||||
|
@ -35,4 +35,4 @@ typedef struct IVoiceTweak_s
|
|||||||
float (*GetControlFloat)( VoiceTweakControl iControl );
|
float (*GetControlFloat)( VoiceTweakControl iControl );
|
||||||
} IVoiceTweak;
|
} IVoiceTweak;
|
||||||
|
|
||||||
#endif//IVOICETWEAK_H
|
#endif//IVOICETWEAK_H
|
||||||
|
@ -15,4 +15,4 @@ typedef struct kbutton_s
|
|||||||
int state; // low bit is down state
|
int state; // low bit is down state
|
||||||
} kbutton_t;
|
} kbutton_t;
|
||||||
|
|
||||||
#endif // !KBUTTONH
|
#endif // !KBUTTONH
|
||||||
|
@ -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
|
float time; // local time is gurantee what new style begins from the start, not mid or end of the sequence
|
||||||
} lightstyle_t;
|
} lightstyle_t;
|
||||||
|
|
||||||
#endif//LIGHTSTYLE_H
|
#endif//LIGHTSTYLE_H
|
||||||
|
@ -34,4 +34,4 @@ typedef struct netadr_s
|
|||||||
unsigned short port;
|
unsigned short port;
|
||||||
} netadr_t;
|
} netadr_t;
|
||||||
|
|
||||||
#endif//NETADR_H
|
#endif//NETADR_H
|
||||||
|
@ -50,4 +50,4 @@ typedef struct particle_s
|
|||||||
unsigned char context;
|
unsigned char context;
|
||||||
} particle_t;
|
} particle_t;
|
||||||
|
|
||||||
#endif//PARTICLEDEF_H
|
#endif//PARTICLEDEF_H
|
||||||
|
@ -38,4 +38,4 @@ struct pmtrace_s
|
|||||||
int hitgroup;
|
int hitgroup;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//PM_TRACE_H
|
#endif//PM_TRACE_H
|
||||||
|
@ -35,4 +35,4 @@ typedef struct qfont_s
|
|||||||
byte data[4];
|
byte data[4];
|
||||||
} qfont_t;
|
} qfont_t;
|
||||||
|
|
||||||
#endif//QFONT_H
|
#endif//QFONT_H
|
||||||
|
@ -102,4 +102,4 @@ typedef struct ref_viewpass_s
|
|||||||
int flags; // if !=0 nothing is drawn by the engine except clientDraw functions
|
int flags; // if !=0 nothing is drawn by the engine except clientDraw functions
|
||||||
} ref_viewpass_t;
|
} ref_viewpass_t;
|
||||||
|
|
||||||
#endif//REF_PARAMS_H
|
#endif//REF_PARAMS_H
|
||||||
|
@ -26,4 +26,4 @@ typedef struct screenfade_s
|
|||||||
int fadeFlags; // Fading flags
|
int fadeFlags; // Fading flags
|
||||||
} screenfade_t;
|
} screenfade_t;
|
||||||
|
|
||||||
#endif//SCREENFADE_H
|
#endif//SCREENFADE_H
|
||||||
|
@ -24,4 +24,4 @@ typedef struct mstudioevent_s
|
|||||||
char options[64];
|
char options[64];
|
||||||
} mstudioevent_t;
|
} mstudioevent_t;
|
||||||
|
|
||||||
#endif//STUDIO_EVENT_H
|
#endif//STUDIO_EVENT_H
|
||||||
|
@ -36,4 +36,4 @@ typedef struct usercmd_s
|
|||||||
vec3_t impact_position;
|
vec3_t impact_position;
|
||||||
} usercmd_t;
|
} usercmd_t;
|
||||||
|
|
||||||
#endif//USERCMD_H
|
#endif//USERCMD_H
|
||||||
|
@ -83,4 +83,4 @@ typedef struct mip_s
|
|||||||
unsigned int offsets[4]; // four mip maps stored
|
unsigned int offsets[4]; // four mip maps stored
|
||||||
} mip_t;
|
} mip_t;
|
||||||
|
|
||||||
#endif//WADFILE_H
|
#endif//WADFILE_H
|
||||||
|
@ -47,4 +47,4 @@ typedef struct weapon_data_s
|
|||||||
float fuser4;
|
float fuser4;
|
||||||
} weapon_data_t;
|
} weapon_data_t;
|
||||||
|
|
||||||
#endif//WEAPONINFO_H
|
#endif//WEAPONINFO_H
|
||||||
|
@ -21,4 +21,4 @@ typedef struct wrect_s
|
|||||||
int left, right, top, bottom;
|
int left, right, top, bottom;
|
||||||
} wrect_t;
|
} wrect_t;
|
||||||
|
|
||||||
#endif//WRECT_H
|
#endif//WRECT_H
|
||||||
|
@ -135,4 +135,4 @@ typedef struct
|
|||||||
aliasskintype_t type;
|
aliasskintype_t type;
|
||||||
} daliasskintype_t;
|
} daliasskintype_t;
|
||||||
|
|
||||||
#endif//ALIAS_H
|
#endif//ALIAS_H
|
||||||
|
@ -407,4 +407,4 @@ void S_FreeSounds( void )
|
|||||||
memset( s_sfxHashList, 0, sizeof( s_sfxHashList ));
|
memset( s_sfxHashList, 0, sizeof( s_sfxHashList ));
|
||||||
|
|
||||||
s_numSfx = 0;
|
s_numSfx = 0;
|
||||||
}
|
}
|
||||||
|
@ -468,4 +468,4 @@ rgbdata_t *Image_Quantize( rgbdata_t *pic )
|
|||||||
pic->size = image.size;
|
pic->size = image.size;
|
||||||
|
|
||||||
return pic;
|
return pic;
|
||||||
}
|
}
|
||||||
|
@ -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 );
|
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 );
|
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
|
||||||
|
@ -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[0+2] += REAL_MUL(in4, wi[2]);
|
||||||
out2[5-2] += REAL_MUL(in4, wi[5-2]);
|
out2[5-2] += REAL_MUL(in4, wi[5-2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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*13] = REAL_SCALE_DCT64( bufs[16+7] + bufs[16+15] );
|
||||||
out1[0x10*14] = REAL_SCALE_DCT64( bufs[15] );
|
out1[0x10*14] = REAL_SCALE_DCT64( bufs[15] );
|
||||||
out1[0x10*15] = REAL_SCALE_DCT64( bufs[16+15] );
|
out1[0x10*15] = REAL_SCALE_DCT64( bufs[16+15] );
|
||||||
}
|
}
|
||||||
|
@ -41,4 +41,4 @@ enum mpg123_enc_enum
|
|||||||
MPG123_ENC_ALAW_8 = 0x08,
|
MPG123_ENC_ALAW_8 = 0x08,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//FMT123_H
|
#endif//FMT123_H
|
||||||
|
@ -73,4 +73,4 @@ static uint getbits( mpg123_handle_t *fr, int number_of_bits )
|
|||||||
return rval;
|
return rval;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif//GETBITS_H
|
#endif//GETBITS_H
|
||||||
|
@ -334,4 +334,4 @@ static const struct newhuff htc[] =
|
|||||||
{ 0 , tab_c1 }
|
{ 0 , tab_c1 }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//HUFFMAN_H
|
#endif//HUFFMAN_H
|
||||||
|
@ -152,4 +152,4 @@ void fi_reset( frame_index_t *fi )
|
|||||||
fi->fill = 0;
|
fi->fill = 0;
|
||||||
fi->step = 1;
|
fi->step = 1;
|
||||||
fi->next = fi_next( fi );
|
fi->next = fi_next( fi );
|
||||||
}
|
}
|
||||||
|
@ -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.
|
// empty the index (setting fill=0 and step=1), but keep current size.
|
||||||
void fi_reset( frame_index_t *fi );
|
void fi_reset( frame_index_t *fi );
|
||||||
|
|
||||||
#endif//INDEX_H
|
#endif//INDEX_H
|
||||||
|
@ -1563,4 +1563,4 @@ int do_layer3( mpg123_handle_t *fr )
|
|||||||
}
|
}
|
||||||
|
|
||||||
return clip;
|
return clip;
|
||||||
}
|
}
|
||||||
|
@ -60,4 +60,4 @@ GNU General Public License for more details.
|
|||||||
// a mask for changed sampling rate (version or rate bits).
|
// a mask for changed sampling rate (version or rate bits).
|
||||||
#define HDR_SAMPMASK (HDR_VERSION|HDR_SAMPLERATE)
|
#define HDR_SAMPMASK (HDR_VERSION|HDR_SAMPLERATE)
|
||||||
|
|
||||||
#endif//MPEGHEAD_H
|
#endif//MPEGHEAD_H
|
||||||
|
@ -1080,4 +1080,4 @@ read_frame_bad:
|
|||||||
|
|
||||||
// that return code might be inherited from some feeder action, or reader error.
|
// that return code might be inherited from some feeder action, or reader error.
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
@ -128,4 +128,4 @@ mpg_off_t feed_set_pos( mpg123_handle_t *fr, mpg_off_t pos );
|
|||||||
// error fallback
|
// error fallback
|
||||||
void open_bad( mpg123_handle_t *fr );
|
void open_bad( mpg123_handle_t *fr );
|
||||||
|
|
||||||
#endif//READER_H
|
#endif//READER_H
|
||||||
|
@ -54,4 +54,4 @@ typedef struct synth_s
|
|||||||
void init_synth( mpg123_handle_t *fr );
|
void init_synth( mpg123_handle_t *fr );
|
||||||
int set_synth_functions( mpg123_handle_t *fr );
|
int set_synth_functions( mpg123_handle_t *fr );
|
||||||
|
|
||||||
#endif//SYNTH_H
|
#endif//SYNTH_H
|
||||||
|
@ -99,4 +99,4 @@ void make_decode_tables( mpg123_handle_t *fr )
|
|||||||
if( i % 64 == 63 )
|
if( i % 64 == 63 )
|
||||||
scaleval = -scaleval;
|
scaleval = -scaleval;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -90,4 +90,4 @@ typedef struct customization_s
|
|||||||
#define FCUST_WIPEDATA ( 1<<1 )
|
#define FCUST_WIPEDATA ( 1<<1 )
|
||||||
#define FCUST_IGNOREINIT ( 1<<2 )
|
#define FCUST_IGNOREINIT ( 1<<2 )
|
||||||
|
|
||||||
#endif // CUSTOM_H
|
#endif // CUSTOM_H
|
||||||
|
@ -36,4 +36,4 @@ enum
|
|||||||
#define BEAM_FSHADEIN 0x40
|
#define BEAM_FSHADEIN 0x40
|
||||||
#define BEAM_FSHADEOUT 0x80
|
#define BEAM_FSHADEOUT 0x80
|
||||||
|
|
||||||
#endif//CUSTOMENTITY_H
|
#endif//CUSTOMENTITY_H
|
||||||
|
@ -46,4 +46,4 @@ struct edict_s
|
|||||||
// other fields from progs come immediately after
|
// other fields from progs come immediately after
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif//EDICT_H
|
#endif//EDICT_H
|
||||||
|
@ -215,4 +215,4 @@ typedef struct entvars_s
|
|||||||
edict_t *euser4;
|
edict_t *euser4;
|
||||||
} entvars_t;
|
} entvars_t;
|
||||||
|
|
||||||
#endif//PROGDEFS_H
|
#endif//PROGDEFS_H
|
||||||
|
@ -47,4 +47,4 @@ typedef struct
|
|||||||
byte r, g, b, a; // fade to color ( max alpha )
|
byte r, g, b, a; // fade to color ( max alpha )
|
||||||
} ScreenFade;
|
} ScreenFade;
|
||||||
|
|
||||||
#endif // SHAKE_H
|
#endif // SHAKE_H
|
||||||
|
@ -125,4 +125,4 @@ typedef struct
|
|||||||
frametype_t type;
|
frametype_t type;
|
||||||
} dframetype_t;
|
} dframetype_t;
|
||||||
|
|
||||||
#endif//SPRITE_H
|
#endif//SPRITE_H
|
||||||
|
2
mainui
2
mainui
@ -1 +1 @@
|
|||||||
Subproject commit ccf8c0ff2af94f373d773874a192d2c422f88c37
|
Subproject commit 489fc5474ca0ce9afa69b5f7e656da61fd2d2654
|
@ -17,4 +17,4 @@
|
|||||||
|
|
||||||
#define MAX_PHYSINFO_STRING 256
|
#define MAX_PHYSINFO_STRING 256
|
||||||
|
|
||||||
#endif//PM_INFO_H
|
#endif//PM_INFO_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_FrustumEnablePlane( gl_frustum_t *out, int side );
|
||||||
void GL_FrustumDisablePlane( gl_frustum_t *out, int side );
|
void GL_FrustumDisablePlane( gl_frustum_t *out, int side );
|
||||||
|
|
||||||
#endif//GL_FRUSTUM_H
|
#endif//GL_FRUSTUM_H
|
||||||
|
Loading…
Reference in New Issue
Block a user