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