mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
xash3d-fwgs: append missing new line at the end of file
This commit is contained in:
@@ -468,4 +468,4 @@ rgbdata_t *Image_Quantize( rgbdata_t *pic )
|
||||
pic->size = image.size;
|
||||
|
||||
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 );
|
||||
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[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*14] = REAL_SCALE_DCT64( bufs[15] );
|
||||
out1[0x10*15] = REAL_SCALE_DCT64( bufs[16+15] );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ enum mpg123_enc_enum
|
||||
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;
|
||||
}
|
||||
|
||||
#endif//GETBITS_H
|
||||
#endif//GETBITS_H
|
||||
|
||||
@@ -334,4 +334,4 @@ static const struct newhuff htc[] =
|
||||
{ 0 , tab_c1 }
|
||||
};
|
||||
|
||||
#endif//HUFFMAN_H
|
||||
#endif//HUFFMAN_H
|
||||
|
||||
@@ -152,4 +152,4 @@ void fi_reset( frame_index_t *fi )
|
||||
fi->fill = 0;
|
||||
fi->step = 1;
|
||||
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.
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1080,4 +1080,4 @@ read_frame_bad:
|
||||
|
||||
// that return code might be inherited from some feeder action, or reader error.
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -99,4 +99,4 @@ void make_decode_tables( mpg123_handle_t *fr )
|
||||
if( i % 64 == 63 )
|
||||
scaleval = -scaleval;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user