9 lines
123 B
C
9 lines
123 B
C
#ifndef EFFECTLOADERS_H
|
|
#define EFFECTLOADERS_H
|
|
|
|
#include <QList>
|
|
|
|
void init_effects();
|
|
|
|
#endif // EFFECTLOADERS_H
|