9 lines
87 B
C
Executable File
9 lines
87 B
C
Executable File
#ifndef MYCONTROL_H
|
|
#define MYCONTROL_H
|
|
|
|
struct MyControl {
|
|
|
|
};
|
|
|
|
#endif // MYCONTROL_H
|