Implement our global KotoCartographer class to enable easy reference, lookups, storage of various Koto classes.

This commit is contained in:
Joshua Strobl 2021-03-16 11:04:04 +02:00
parent b6db2003b8
commit a77efdb0aa
4 changed files with 282 additions and 0 deletions

View file

@ -1,6 +1,7 @@
add_project_arguments('-Db_sanitize=address', language: 'c')
koto_sources = [
'db/cartographer.c',
'db/db.c',
'indexer/album.c',
'indexer/artist.c',