hzq
2025-05-09 922a7702ea05a84cb5272fd1d5ff50e3d873cb6c
1
2
3
4
5
6
7
8
9
10
11
#ifndef LINESTYLE_H
#define LINESTYLE_H
 
 
class linestyle
{
public:
    linestyle();
};
 
#endif // LINESTYLE_H