00001 #ifndef __VMML__VISIBILITY__H__ 00002 #define __VMML__VISIBILITY__H__ 00003 00004 // FIXME 00005 #ifndef __VMML__VISIBILITY__HPP__ 00006 00007 namespace vmml 00008 { 00009 00010 enum Visibility 00011 { 00012 VISIBILITY_NONE = 0, 00013 VISIBILITY_PARTIAL = 1, 00014 VISIBILITY_FULL = 2 00015 }; 00016 00017 } // namespace vmml 00018 00019 #endif 00020 00021 #endif 00022