OfficeAssistant_Win10/OfficeAssistant_msvc/globalvariables.h

11 lines
254 B
C
Raw Normal View History

2023-07-27 13:44:54 +08:00
//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
2023-07-30 10:26:41 +08:00
class MainWindowLayout;
2023-07-27 13:44:54 +08:00
extern double scale;
2023-07-30 10:26:41 +08:00
extern MainWindowLayout *mainWindowLayout;
2023-07-27 13:44:54 +08:00
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H