Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 12, 2003
1 parent 8cf044b commit ba3b340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 38 deletions.
37 changes: 3 additions & 34 deletions doomsday/Include/jDoom/r_data.h
Expand Up @@ -20,52 +20,21 @@
//
//-----------------------------------------------------------------------------


#ifndef __R_DATA__
#define __R_DATA__

#include "r_defs.h"
#include "r_state.h"

#ifdef __GNUG__
#pragma interface
#endif

// Retrieve column data for span blitting.
/*byte*
R_GetColumn
( int tex,
int col );*/


// I/O, setting up the stuff.
/*void R_InitData (void);
void R_PrecacheLevel (void);*/


// Retrieval.
// Floor/ceiling opaque texture tiles,
// lookup by name. For animation?
//int R_FlatNumForName (char* name);
/*#define R_FlatNumForName gi.R_FlatNumForName*/


// Called by P_Ticker for switches and animations,
// returns the texture number for the texture name.
//int R_TextureNumForName (char *name);
//int R_CheckTextureNumForName (char *name);
/*#define R_TextureNumForName gi.R_TextureNumForName
#define R_CheckTextureNumForName gi.R_CheckTextureNumForName*/

#endif
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.2 2003/03/12 20:30:47 skyjake
// Some cleanup
//
// Revision 1.1 2003/02/26 19:18:40 skyjake
// Initial checkin
//
// Revision 1.1 2002/09/29 01:04:13 Jaakko
// Added all headers
//
//
//-----------------------------------------------------------------------------
7 changes: 3 additions & 4 deletions doomsday/Include/jDoom/r_defs.h
Expand Up @@ -420,14 +420,13 @@ typedef struct
//-----------------------------------------------------------------------------
//
// $Log$
// Revision 1.3 2003/03/12 20:30:48 skyjake
// Some cleanup
//
// Revision 1.2 2003/02/27 23:14:31 skyjake
// Obsolete jDoom files removed
//
// Revision 1.1 2003/02/26 19:18:41 skyjake
// Initial checkin
//
// Revision 1.1 2002/09/29 01:04:13 Jaakko
// Added all headers
//
//
//-----------------------------------------------------------------------------

0 comments on commit ba3b340

Please sign in to comment.