From 863599e554b3f627bb25254b0b6e21c61ec3a34e Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 1 Dec 2020 15:30:09 +0100 Subject: [PATCH] Small comment. --- core/database.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/database.h b/core/database.h index e0a7151..77fdb7f 100644 --- a/core/database.h +++ b/core/database.h @@ -10,6 +10,10 @@ enum QueryErrorCode { class QueryResult { public: + //rows + //next_row() + //get_int(int index) + //get_string(int column) etc }; class Database {