model loading reorg ala nuq. once again, gl hasn't been tested (will test when

I get home tonight). This is in preparation for bmodel fulbrights.
This commit is contained in:
Bill Currie 2000-09-20 22:11:17 +00:00
parent 64ec067a25
commit b55b0264b5
17 changed files with 1566 additions and 2800 deletions

View file

@ -39,8 +39,15 @@
#include "sys.h"
#include "pmove.h"
const int mod_lightmap_bytes=1;
void Mod_LoadBrushModel (model_t *mod, void *buffer);
void
Mod_LoadLighting(lump_t *l)
{
}
void
Mod_LoadAliasModel(model_t *mod, void *buf)
{