]> Nishi Git Mirror - dataworks.git/commitdiff
add struct
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 25 May 2024 14:38:40 +0000 (14:38 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 25 May 2024 14:38:40 +0000 (14:38 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@108 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Library/dw_database.h

index cd25f13ed820d667f54e89f1927b6a5314bdd0f1..a14e774ea55eec7ea2d5cc0e56c531b389f6f755 100644 (file)
@@ -186,6 +186,19 @@ struct dataworks_db {
        char* name;
 };
 
+/**
+ * @~english
+ * @brief Database record struct
+ *
+ */
+struct dataworks_db_record {
+       /**
+        * @~english
+        * @brief Type. See enum DW
+        */
+
+};
+
 /**
  * @~english
  * @brief Database result struct