libmp/src/pkg/data.c

8 lines
145 B
C

#include "../../include/pkg.h"
#include <stdbool.h>
bool lm_pkg_data_load(lm_pkg_t *pkg, char *file){
// TODO: implement lol
return true;
}