mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-13 00:24:36 +00:00
7 lines
No EOL
218 B
C
7 lines
No EOL
218 B
C
#include <stdio.h>
|
|
#include "../common/cmdlib.h"
|
|
#include "../common/mathlib.h"
|
|
#include "../common/qfiles.h"
|
|
|
|
void MD3_Dump( const char *filename );
|
|
void MD3_ComputeTagFromTri( md3Tag_t *pTag, const float tri[3][3] ); |