removed ZipBuffers (to be replaced by PhysFS)

This commit is contained in:
James Turk 2005-02-05 02:56:47 +00:00
parent c6bf22af6a
commit ee10100b1e
2 changed files with 0 additions and 54 deletions

View File

@ -1,28 +0,0 @@
//This file is part of Photon (http://photon.sourceforge.net)
//Copyright (C) 2004-2005 James Turk
//
// Author:
// James Turk (jpt2433@rit.edu)
//
// Version:
// $Id: ZipBuffer.h,v 1.1 2005/01/27 03:35:23 cozman Exp $
//
// Revisions:
// $Log: ZipBuffer.h,v $
// Revision 1.1 2005/01/27 03:35:23 cozman
// initial import (exceptions,types, and logging,oh my!)
//
//
#ifndef PHOTON_UTIL_ZIPBUFFER_H
#define PHOTON_UTIL_ZIPBUFFER_H
namespace photon {
namespace util {
}
}
#endif //PHOTON_UTIL_ZIPBUFFER_H

View File

@ -1,26 +0,0 @@
//This file is part of Photon (http://photon.sourceforge.net)
//Copyright (C) 2004-2005 James Turk
//
// Author:
// James Turk (jpt2433@rit.edu)
//
// Version:
// $Id: ZipBuffer.cpp,v 1.1 2005/01/27 03:35:24 cozman Exp $
//
// Revisions:
// $Log: ZipBuffer.cpp,v $
// Revision 1.1 2005/01/27 03:35:24 cozman
// initial import (exceptions,types, and logging,oh my!)
//
//
#include "util/ZipBuffer.h"
namespace photon {
namespace util {
}
}