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