/* * author: Patrick-Christopher Mattulat * e-mail: webmaster@lynarstudios.com */ #ifndef LS_ATLANTIS_ENGINE_MESSAGING_STATUS_CODE_WINDOW_API_LOADING_FAILED_HPP #define LS_ATLANTIS_ENGINE_MESSAGING_STATUS_CODE_WINDOW_API_LOADING_FAILED_HPP #include #include namespace ls::atlantis::messaging { class LS_ATLANTIS_DYNAMIC_GOAL StatusCodeWindowApiLoadingFailed : public ls::atlantis::interfaces::AStatusCode { public: StatusCodeWindowApiLoadingFailed(); ~StatusCodeWindowApiLoadingFailed() override; }; } #endif