#ifndef DBOX_STANDALONE #include "../online/ostatus.h" #else #ifndef DBOX_OSTATUS_H #define DBOX_OSTATUS_H #include #include class statust:public status_baset { public: statust(); }; extern statust status; #endif #endif