Initial commit.

This commit is contained in:
Jim Gray
2013-04-04 14:32:05 -07:00
parent ba5c81da32
commit d71d53e8ec
2180 changed files with 1393544 additions and 1 deletions

17
tools/ModView/r_md3.h Normal file
View File

@@ -0,0 +1,17 @@
// Filename:- R_MD3.h
//
// basic header to access a pile of code pasted from other projects to get support for this format up and running...
//
#ifndef R_MD3_H
#define R_MD3_H
extern qboolean R_LoadMD3 (model_t *mod, int lod, void *buffer, const char *name );
void R_AddMD3Surfaces( trRefEntity_t *ent );
#endif // #ifndef R_MD3_H
/////////////////////// eof /////////////////////