root/foundation-apps/grosview-maxx/bool.h

Revision 2, 168 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1#ifndef HAVE_BOOL
2#define bool Bool_XOS
3#define false False_XOS
4#define true True_XOS
5typedef int Bool_XOS;
6static const Bool_XOS False_XOS = 0, True_XOS = 1;
7#endif
Note: See TracBrowser for help on using the browser.