mirror of
https://github.com/richgel999/ufo_data.git
synced 2024-10-01 01:45:37 -04:00
8 lines
139 B
C
8 lines
139 B
C
// Copyright (C) 2023 Richard Geldreich, Jr.
|
|
#pragma once
|
|
|
|
#include "ufojson_core.h"
|
|
|
|
void udb_init();
|
|
bool udb_dump();
|
|
bool udb_convert(); |