mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-24 05:21:48 +02:00
7 lines
102 B
C++
7 lines
102 B
C++
#ifndef ColorDetection_h
|
|
#define ColorDetection_h
|
|
|
|
class ColorDetection{
|
|
|
|
};
|
|
#endif //ColorDetection_h
|