Initial commit.
This commit is contained in:
25
tools/ModView/r_mdr.cpp
Normal file
25
tools/ModView/r_mdr.cpp
Normal file
@@ -0,0 +1,25 @@
|
||||
// Filename:- R_MDR.cpp
|
||||
//
|
||||
// contains a whole wodge of code pasted from our other codebases in order to quickly get this format up and running...
|
||||
//
|
||||
#include "stdafx.h"
|
||||
#include "includes.h"
|
||||
#include "R_Common.h"
|
||||
//
|
||||
#include "r_mdr.h"
|
||||
|
||||
|
||||
|
||||
|
||||
void R_AddAnimSurfaces( trRefEntity_t *ent )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//////////////////// eof ///////////
|
||||
|
||||
Reference in New Issue
Block a user