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