Initial commit.
[agg.git] / bool.h
blob57c204d235074226b85e9f16f778a39c0cbb207b
1 #ifndef AGG_BOOL_H
2 #define AGG_BOOL_H
4 #define bool unsigned char
5 #define true 1
6 #define false 0
8 #endif