Skip to content
GitLab
Explore
Sign in
qgroundcontrol
src
Wima
WimaArea.h
Find file
Normal view
Permalink
WimaArea.h
105 B
Newer
Older
changing class structure
Valentin Platzgummer
committed
May 17, 2019
1
2
3
4
5
6
7
8
9
10
11
#ifndef WIMAAREA_H
#define WIMAAREA_H
class
WimaArea
{
public:
WimaArea
();
};
#endif // WIMAAREA_H