shiyb
2025-05-14 65ab33c651c70486b1d8b29df25e9cb8446515a2
1
2
3
4
5
6
7
8
9
10
11
#ifndef LINESTYLE_H
#define LINESTYLE_H
 
 
class linestyle
{
public:
    linestyle();
};
 
#endif // LINESTYLE_H