Go to the documentation of this file.00001
00026 #ifndef ALSPLUGIN_H
00027 #define ALSPLUGIN_H
00028
00029 #include "plugin.h"
00030
00031 class ALSPlugin : public Plugin
00032 {
00033 private:
00034 void Register(class Loader& l);
00035 void Init(class Loader& l);
00036 QStringList Dependencies();
00037 };
00038
00039 #endif