//------------------------------------------------------------------------------------------------------ // ***************************************************************************************************** // - Riptide - // Wavefront Import/Export plugin for Maxon's Cinema4D // Copyright (c) 2005-2008 Keith Young, all rights reserved // ***************************************************************************************************** //------------------------------------------------------------------------------------------------------ #ifndef _Txpromask_H_ #define _Txpromask_H_ enum { XPMASK_ENABLED = 1000, XPMASK_CHILDREN = 1001 }; #endif