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