summaryrefslogtreecommitdiff
path: root/tests/modules/UserData.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/UserData.hpp')
-rw-r--r--tests/modules/UserData.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/modules/UserData.hpp b/tests/modules/UserData.hpp
new file mode 100644
index 0000000..83b301d
--- /dev/null
+++ b/tests/modules/UserData.hpp
@@ -0,0 +1,9 @@
+#ifndef _USER_DATA_INCLUDED
+#define _USER_DATA_INCLUDED
+
+struct UserData {
+ int version;
+ string text;
+};
+
+#endif