Removed headers that were accidently checked in.

Lots of compiling.
This commit is contained in:
Steven Fuller 2001-07-28 23:13:49 +00:00 committed by Patryk Obara
parent f759e35cd8
commit 71fa444424
47 changed files with 312 additions and 1049 deletions

View file

@ -1,8 +1,8 @@
#ifndef _sprchunk_hpp
#define _sprchunk_hpp
#include "chunk.hpp"
#include "Chnktype.hpp"
//#include "stdafx.h"
#include "chnktype.hpp"
struct Frame
{
int Texture;
@ -24,7 +24,7 @@ public:
Sprite_Header_Chunk(Chunk_With_Children* parent)
: Chunk_With_Children(parent,"SPRIHEAD"){}
write_file(const char* fname);
int write_file(const char* fname);
virtual BOOL output_chunk(HANDLE &hand);
#if cencon
virtual void post_input_processing();