qskinny/playground/plots/PlotSkin.h

14 lines
338 B
C
Raw Normal View History

2023-11-28 13:36:47 +01:00
/******************************************************************************
2024-01-17 14:31:45 +01:00
* QSkinny - Copyright (C) The authors
* SPDX-License-Identifier: BSD-3-Clause
2023-11-28 13:36:47 +01:00
*****************************************************************************/
#pragma once
class QskSkin;
namespace PlotSkin
{
void extendSkin( QskSkin* );
};