Editor Update.h 649 B

1234567891011121314151617181920
  1. /******************************************************************************/
  2. extern State StateUpdate;
  3. extern Str UpdateMessage;
  4. extern State StateInstall;
  5. extern WindowIO InstallIO;
  6. extern bool InstallerMode;
  7. /******************************************************************************/
  8. bool UpdateDo();
  9. bool InitUpdate();
  10. void ShutUpdate();
  11. bool UpdateUpdate();
  12. void DrawUpdate();
  13. Str InstallPath();
  14. void SelectInstall(C Str &path, ptr=null);
  15. void ResizeInstall();
  16. bool InitInstall();
  17. void ShutInstall();
  18. bool UpdateInstall();
  19. void DrawInstall();
  20. /******************************************************************************/