19 lines
412 B
C++
19 lines
412 B
C++
// Filename: zlib.h
|
|
// Created by: drose (14Sep00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
// This file, and all the other files in this directory, aren't
|
|
// intended to be compiled--they're just parsed by CPPParser (and
|
|
// interrogate) in lieu of the actual system headers, to generate the
|
|
// interrogate database.
|
|
|
|
#ifndef ZLIB_H
|
|
#define ZLIB_H
|
|
|
|
class z_stream {
|
|
};
|
|
|
|
#endif
|
|
|