historical/toontown-classic.git/panda/include/parser-inc/zconf.h

20 lines
310 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef ZCONF_H
#define ZCONF_H
typedef unsigned char Byte;
typedef unsigned int uInt;
typedef unsigned long uLong;
typedef char charf;
typedef int intf;
typedef uInt uIntf;
typedef uLong uLongf;
typedef void const *voidpc;
typedef void *voidpf;
typedef void *voidp;
typedef unsigned long z_crc_t;
#endif