first commit
This commit is contained in:
16
vincecontrol.h
Normal file
16
vincecontrol.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef VINCECONTROL_H
|
||||
#define VINCECONTROL_H
|
||||
|
||||
#include "vincecontrol_global.h"
|
||||
|
||||
class VINCECONTROL_EXPORT VinceControl
|
||||
{
|
||||
public:
|
||||
VinceControl();
|
||||
~VinceControl();
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif // VINCECONTROL_H
|
Reference in New Issue
Block a user