- transition to new FileReader interface complete, but untested.
This commit is contained in:
parent
247785bca2
commit
b14ee50d0d
31 changed files with 1253 additions and 1708 deletions
|
|
@ -47,7 +47,6 @@
|
|||
#include "textures/textures.h"
|
||||
#include "v_palette.h"
|
||||
|
||||
typedef bool (*CheckFunc)(FileReader & file);
|
||||
typedef FTexture * (*CreateFunc)(FileRdr & file, int lumpnum);
|
||||
|
||||
struct TexCreateInfo
|
||||
|
|
|
|||
|
|
@ -147,8 +147,6 @@ struct patch_t
|
|||
// the [0] is &columnofs[width]
|
||||
};
|
||||
|
||||
class FileReader;
|
||||
|
||||
// All FTextures present their data to the world in 8-bit format, but if
|
||||
// the source data is something else, this is it.
|
||||
enum FTextureFormat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue