00001 00011 #ifndef DEFINE_H_YGLOBALDEFS 00012 #define DEFINE_H_YGLOBALDEFS 00013 00014 #include "yapplication.h" 00015 00016 #ifdef GLOBAL_DEFINE_YLIB 00017 #define GLOBAL 00018 #define GLOBAL_VAL(v) = (v) 00019 #else 00020 #define GLOBAL extern 00021 #define GLOBAL_VAL(v) 00022 #endif 00023 00024 // 固有のアプリケーション 00025 GLOBAL YApplication* app GLOBAL_VAL(0); 00026 00027 #endif // DEFINE_H_YGLOBALDEFS