Changeset 8687 for code/branches/unity_build/src/libraries/core
- Timestamp:
- May 30, 2011, 6:45:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/core/GUIManager.h
r8678 r8687 61 61 62 62 // Acquaint Tolua with tribool 63 class tribool; // tolua_export 63 /* tolua_begin 64 struct dontcare_keyword_t 65 { 66 dontcare_keyword_t(); 67 }; 68 class tribool 69 { 70 tribool(bool value); 71 tribool(dontcare_keyword_t); 72 bool operator==(tribool); 73 bool operator!=(tribool); 74 }; 75 tolua_end */ 64 76 65 77 /**
Note: See TracChangeset
for help on using the changeset viewer.