diff options
Diffstat (limited to 'tool_src/QvLib/QvSFVec2f.h')
| -rw-r--r-- | tool_src/QvLib/QvSFVec2f.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tool_src/QvLib/QvSFVec2f.h b/tool_src/QvLib/QvSFVec2f.h new file mode 100644 index 0000000..2863a26 --- /dev/null +++ b/tool_src/QvLib/QvSFVec2f.h @@ -0,0 +1,12 @@ +#ifndef _QV_SF_VEC2F_ +#define _QV_SF_VEC2F_ + +#include <QvSubField.h> + +class QvSFVec2f : public QvSField { + public: + float value[2]; + QV_SFIELD_HEADER(QvSFVec2f); +}; + +#endif /* _QV_SF_VEC2F_ */ |
