Changeset 606
- Timestamp:
- 07/17/08 22:51:18 (4 months ago)
- Files:
-
- branches/morph-targets/libx42/include/x42.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/libx42/include/x42.h
r605 r606 27 27 28 28 #ifndef __cplusplus 29 #ifndef __bool_true_false_are_defined 29 30 typedef enum bool { false, true } bool; 31 #endif 30 32 #endif 31 33
