historical/toontown-classic.git/panda/include/parser-inc/squish.h
2024-01-16 11:20:27 -06:00

9 lines
94 B
C++

#ifndef SQUISH_H
#define SQUISH_H
namespace squish {
typedef unsigned char u8;
};
#endif