//////////////////////////////////////// // config.h /////////////////////////////////////// #ifndef _CONFIG_H_ #define _CONFIG_H_ //プロトタイプ宣言 bool objectConfig( ); bool CubeConfig( VECTOR_2D vec, float cx, float cy , float r ); #endif //_CONFIG_H_