7 lines
No EOL
132 B
C
7 lines
No EOL
132 B
C
#ifndef EASY_H
|
|
#define EASY_H
|
|
|
|
#include <lilv/lilv.h>
|
|
const LilvPlugin* easy_load_plugin(LilvWorld* world, const char* uri);
|
|
|
|
#endif |