mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 20:10:56 +00:00
8 lines
216 B
C
8 lines
216 B
C
|
#include <stdio.h>
|
||
|
#include "../common/cmdlib.h"
|
||
|
#include "mathlib.h"
|
||
|
#include "../common/qfiles.h"
|
||
|
|
||
|
void MD3_Dump( const char *filename );
|
||
|
void MD3_ComputeTagFromTri( md3Tag_t *pTag, const float tri[3][3] );
|