diff options
Diffstat (limited to 'common/aselib.h')
-rwxr-xr-x | common/aselib.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/common/aselib.h b/common/aselib.h index 31bc0e6..2bc756b 100755 --- a/common/aselib.h +++ b/common/aselib.h @@ -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 ); |