iFun Engine API  1.0.0-b6053
Great Technology for Great Games
maintenance.h
Go to the documentation of this file.
1 // Copyright (C) 2013-2020 iFunFactory Inc. All Rights Reserved.
2 //
3 // This work is confidential and proprietary to iFunFactory Inc. and
4 // must not be used, disclosed, copied, or distributed without the prior
5 // consent of iFunFactory Inc.
6 
9 #ifndef INCLUDE_FUNAPI_MANAGEMENT_MAINTENANCE_H_
10 #define INCLUDE_FUNAPI_MANAGEMENT_MAINTENANCE_H_
11 
12 #include <funapi/common/json.h>
13 #include <funapi/types.h>
14 
15 
16 namespace fun {
17 
18 FUNAPI_DLL_VISIBILITY bool IsUnderMaintenance();
19 FUNAPI_DLL_VISIBILITY void StartMaintenance();
20 
21 FUNAPI_DLL_VISIBILITY const Json &GetMaintenanceData();
22 
23 } // namespace fun
24 
25 #endif // INCLUDE_FUNAPI_MANAGEMENT_MAINTENANCE_H_
Definition: json.h:18