#pragma once #include "appCallBack.h" // テンプレート関数のコールバック呼び出し用 #define APP_CALLBACK_2D 1 #define APP_CALLBACK_MGR 2 #define APP_CALLBACK_REPL 3 #define APP_CALLBACK_SVOL 4 #define APP_CALLBACK_TVOL 5 #define APP_CALLBACK_VOLM 6 // テンプレート獲得用 #define APP_TEMPL_2D 1 #define APP_TEMPL_SMGR 2 #define APP_TEMPL_SVOL 3