newlines fixed
This commit is contained in:
parent
7830940da6
commit
59cce31e75
1121 changed files with 717537 additions and 717537 deletions
|
@ -19,13 +19,13 @@ along with Foobar; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
===========================================================================
|
||||
*/
|
||||
|
||||
#include "cmdlib.h"
|
||||
#include "mathlib.h"
|
||||
#include "polyset.h"
|
||||
|
||||
void ASE_Load( const char *filename, qboolean verbose, qboolean meshanims );
|
||||
int ASE_GetNumSurfaces( void );
|
||||
polyset_t *ASE_GetSurfaceAnimation( int ndx, int *numFrames, int skipFrameStart, int skipFrameEnd, int maxFrames );
|
||||
const char *ASE_GetSurfaceName( int ndx );
|
||||
void ASE_Free( void );
|
||||
|
||||
#include "cmdlib.h"
|
||||
#include "mathlib.h"
|
||||
#include "polyset.h"
|
||||
|
||||
void ASE_Load( const char *filename, qboolean verbose, qboolean meshanims );
|
||||
int ASE_GetNumSurfaces( void );
|
||||
polyset_t *ASE_GetSurfaceAnimation( int ndx, int *numFrames, int skipFrameStart, int skipFrameEnd, int maxFrames );
|
||||
const char *ASE_GetSurfaceName( int ndx );
|
||||
void ASE_Free( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue