9 lines
187 B
C
9 lines
187 B
C
//
|
|
// Created by HW on 2023/07/27.
|
|
//
|
|
|
|
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
|
|
#define OFFICEASSISTANT_GLOBALVARIABLES_H
|
|
extern double scale;
|
|
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H
|