project1/include/easy.h

8 lines
133 B
C
Raw Permalink Normal View History

2024-11-08 17:48:30 +01:00
#ifndef EASY_H
#define EASY_H
#include <lilv/lilv.h>
2024-11-09 14:45:04 +01:00
2024-11-08 17:48:30 +01:00
const LilvPlugin* easy_load_plugin(LilvWorld* world, const char* uri);
#endif