source: pacpussensors/trunk/display.h@ 149

Last change on this file since 149 was 139, checked in by ldecherf, 7 years ago

Changement dans le CMakeList

File size: 100 bytes
Line 
1#ifndef DISPLAY_H
2#define DISPLAY_H
3
4class Display
5{
6public:
7 Display();
8};
9
10#endif // DISPLAY_H
Note: See TracBrowser for help on using the repository browser.