You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ovp_defines.h 691B

1234567891011121314
  1. #pragma once
  2. // Boxes
  3. //---------------------------------------------------------------------------------------------------
  4. #define OVP_ClassId_BoxAlgorithm_ModifiableSettings OpenViBE::CIdentifier(0x4AB0DD05, 0x32155D41)
  5. #define OVP_ClassId_BoxAlgorithm_ModifiableSettingsDesc OpenViBE::CIdentifier(0x3808515D, 0x97C7F9B6)
  6. // Global defines
  7. //---------------------------------------------------------------------------------------------------
  8. #ifdef TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  9. #include "ovp_global_defines.h"
  10. #endif // TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  11. #define OV_AttributeId_Box_FlagIsUnstable OpenViBE::CIdentifier(0x666FFFFF, 0x666FFFFF)