qskinny/support/SkinnyFont.h

19 lines
455 B
C
Raw Normal View History

2017-07-21 18:21:34 +02:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/
#ifndef SKINNY_FONT_H_
#define SKINNY_FONT_H_
#include "SkinnyGlobal.h"
class QGuiApplication;
2018-10-12 08:03:03 +02:00
namespace SkinnyFont
2017-07-21 18:21:34 +02:00
{
2018-10-12 08:03:03 +02:00
SKINNY_EXPORT void init( QGuiApplication* );
2017-07-21 18:21:34 +02:00
}
#endif