mirror of
https://github.com/romixlab/qmsgpack.git
synced 2026-02-08 08:05:40 +01:00
11 lines
185 B
C++
11 lines
185 B
C++
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#include <QVariant>
|
|
|
|
namespace MsgPack {
|
|
typedef quint32 (*pack_user_f)(const QVariant &variant, QByteArray &data, bool write);
|
|
}
|
|
|
|
#endif // COMMON_H
|