CFECloudMessages.h 448 B

12345678910111213141516
  1. #ifndef _CFECLOUDMESSAGES_H_
  2. #define _CFECLOUDMESSAGES_H_
  3. class CFECloudMessages {
  4. public:
  5. CFECloudMessages();
  6. ~CFECloudMessages();
  7. static void ProcessCloudWaitMessageBox(); // 0011EDE4
  8. static int GetConflictRecommendation(); // 0011F380
  9. static int FillConflictDetails(wchar_t*, wchar_t*, wchar_t*, int); // 0011EF2C
  10. static void LevelSelectScreenCheck(); // 0011EA4C
  11. };
  12. #endif