#ifndef _T_FIELDPARAM_H_ #define _T_FIELDPARAM_H_ #include #include #include "cutee.h" namespace mimetic { struct TEST_CLASS( testFieldParam ) { void TEST_FUNCTION( parser ); }; } #endif