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

10 lines
94 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#ifndef SQUISH_H
#define SQUISH_H
namespace squish {
typedef unsigned char u8;
};
#endif