Add sqlite and start work on comunication protocol

This commit is contained in:
2025-01-24 15:57:23 +01:00
parent a226d0f156
commit 4da7788a15
9 changed files with 266 additions and 31 deletions

8
server/inc/sql.hpp Normal file
View File

@@ -0,0 +1,8 @@
namespace sql
{
void init();
void shutdown();
}