#ifndef DEF_ITEMMANAGE_H((br)) #define DEF_ITEMMANAGE_H((br)) #include "Item.h"((br)) #include "../Game/common.h" ((br)) void Item_Start();((br)) /*引数なし 戻り値なし メモリの確保*/((br)) void ItemAllCollisionSet();((br)) /*引数なし 戻り値なし すべてのアイテムのあたり判定の設置*/((br)) void ItemAllCollision();((br)) /*引数なし 戻り値なし ItemAllCollisionSetの前に呼び出す*/((br)) void ItemAllDraw();((br)) /*引数なし 戻り値なし すべてのアイテム描画*/((br)) void ItemAllDelete();((br)) /*引数なし 戻り値なし 画面内のすべてのアイテムの削除*/((br)) Item_t* ItemNew(double x, double y, int type);((br)) /*引数double x,y int type 戻り値em[count] アイテムを新しく呼び出す関数*/((br)) void ItemDelete(Item_t* Item);((br)) /*引数なし 戻り値なし アイテムの単体の削除*/ void Item_End();((br)) /*引数なし 戻り値なし メモリ確保終了*/ Item_t* GetItem();((br)) /*引数なし 戻り値0 表示しているアイテムを1つずつ返す関数*/ #endif((br))