mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-21 20:11:46 +02:00
7 lines
70 B
C++
7 lines
70 B
C++
#ifndef Motion_h
|
|
#define Motion_h
|
|
|
|
class Motion{
|
|
|
|
};
|
|
#endif //Motion_h
|