Added settings header to plugins

parent ff945dee
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "ipcmsg.h" #include "ipcmsg.h"
#include <iostream> #include <iostream>
#include "plugin_skeleton.h" #include "plugin_skeleton.h"
//#include "sksettings.h" // XXX Only if we need to store configs
void SkylivePluginSkeleton::startPlugin() void SkylivePluginSkeleton::startPlugin()
{ {
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "ipcmsg.h" #include "ipcmsg.h"
#include <iostream> #include <iostream>
#include "skauth.h" #include "skauth.h"
#include "sksettings.h"
void SkyliveAuth::startPlugin() void SkyliveAuth::startPlugin()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment