Mercurial
comparison deita/deita_internal.h @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | f3084bca7317 |
| children |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 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; |