2018-01-03 11:57:05 +01:00
|
|
|
/******************************************************************************
|
|
|
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
|
|
* This file may be used under the terms of the 3-clause BSD License
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#ifndef SKINNY_PLUGIN_H_
|
|
|
|
#define SKINNY_PLUGIN_H_
|
|
|
|
|
|
|
|
#include "SkinnyGlobal.h"
|
|
|
|
|
2018-10-12 08:03:03 +02:00
|
|
|
namespace SkinnyPlugin
|
2018-01-03 11:57:05 +01:00
|
|
|
{
|
2018-10-12 08:03:03 +02:00
|
|
|
void SKINNY_EXPORT init();
|
2018-01-03 11:57:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|