14 lines
142 B
C++
14 lines
142 B
C++
#ifndef MMSLIB_H
|
|
#define MMSLIB_H
|
|
#include <QDebug>
|
|
|
|
class Mmslib
|
|
{
|
|
|
|
public:
|
|
Mmslib();
|
|
void mmslib_test();
|
|
};
|
|
|
|
#endif // MMSLIB_H
|