9 lines
94 B
C++
9 lines
94 B
C++
#ifndef SQUISH_H
|
|
#define SQUISH_H
|
|
|
|
namespace squish {
|
|
typedef unsigned char u8;
|
|
};
|
|
|
|
#endif
|
|
|