#pragma once #include "types.h" #include lm_pkg_t *lm_pkg_new(); void lm_pkg_free(lm_pkg_t *pkg); bool lm_pkg_data_load(lm_pkg_t *pkg, char *file);