// // // Generated by StarUML(tm) C++ Add-In // // @ Project : MayaMELObjectExport // @ File Name : ExpHeader.h // @ Date : 2007-2-23 // @ Author : kongfu.yang // @ Company : http://www.play3d.net // @ Copyright : 2007-2, Example source license. By keep this header comment, you may use this source file in your project for non-commicial or commicial purpose. #if !defined(_EXPHEADER_H) #define _EXPHEADER_H class ExpHeader { public: char magic; unsigned int verion; unsigned int objCount; unsigned int objRadius; }; #endif //_EXPHEADER_H