aboutsummaryrefslogtreecommitdiff
path: root/angleclass.h
blob: 13a9973873255c196308c367da1406c69e125a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef ANGLECLASS_H
#define ANGLECLASS_H

class angleclass
{
public:
    angleclass();
};

#endif // ANGLECLASS_H