open_toontown_panda3d/dtool/src/parser-inc/squish.h

10 lines
94 B
C++

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