mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
8037810110
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@177 8a3a26a2-13c4-0310-b231-cf6edde360e5
7 lines
216 B
C
7 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] );
|