mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-14 14:36:43 +00:00
11 lines
96 B
C++
11 lines
96 B
C++
#ifndef KOUROU_H
|
|
#define KOUROU_H
|
|
|
|
|
|
class Kourou
|
|
{
|
|
public:
|
|
Kourou();
|
|
};
|
|
|
|
#endif // KOUROU_H
|