9 lines
110 B
C
9 lines
110 B
C
|
class ControlModule
|
||
|
{
|
||
|
private:
|
||
|
/* data */
|
||
|
public:
|
||
|
ControlModule(/* args */);
|
||
|
|
||
|
~ControlModule();
|
||
|
};
|