comparison deita/deita_internal.h @ 168:f3084bca7317

[Misc] Fixed all errors and all tests should pass now.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:29:02 -0800
parents ae6a88e6e484
children
comparison
equal deleted inserted replaced
167:589bab390fb4 168:f3084bca7317
1 #ifndef DEITA_INTERNAL 1 #ifndef DEITA_INTERNAL
2 #define DEITA_INTERNAL 2 #define DEITA_INTERNAL
3 3
4 #include <sqlite3.h> 4 #include "third_party/sqlite3/sqlite3.h"
5 #include "deita.h" 5 #include "deita.h"
6 6
7 struct Deita_Connection 7 struct Deita_Connection
8 { 8 {
9 Deita_Database_Type database_type; 9 Deita_Database_Type database_type;