9 lines
110 B
C
9 lines
110 B
C
|
|
#ifndef DDS_STRUCTS_H
|
||
|
|
#define DDS_STRUCTS_H
|
||
|
|
|
||
|
|
#include <qtypes.h>
|
||
|
|
#include <QVector>
|
||
|
|
|
||
|
|
|
||
|
|
#endif // DDS_STRUCTS_H
|