1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-14 14:36:43 +00:00
TegraRcmGUI/kourou/kourou.h
2020-06-24 20:30:39 +02:00

11 lines
96 B
C++

#ifndef KOUROU_H
#define KOUROU_H
class Kourou
{
public:
Kourou();
};
#endif // KOUROU_H