fix odin syntax

This commit is contained in:
2026-02-15 11:17:12 -05:00
parent 677bbb4028
commit d8fdef2ca4
16 changed files with 1140 additions and 368 deletions

View File

@@ -5,6 +5,9 @@ import "core:fmt"
foreign import rocksdb "system:rocksdb"
// In order to use RocksDB's WAL replication helpers, we need to import the C++ library so we use this shim
//foreign import rocksdb_shim "system:jormun_rocksdb_shim" // I know we'll use in future but because we're not right now, compiler is complaining
// RocksDB C API types
RocksDB_T :: distinct rawptr
RocksDB_Options :: distinct rawptr