/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2022 3Dconnexion
* Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors.
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see .
*/
/**
* @file nl_schematic_plugin_impl.h
* @brief Declaration of the NL_SCHEMATIC_PLUGIN_IMPL class
*/
#ifndef NL_SCHEMATIC_PLUGIN_IMPL_H_
#define NL_SCHEMATIC_PLUGIN_IMPL_H_
#if _WIN32
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0603
#endif
#endif
// TDxWare SDK.
#include
// wx
#include
// KiCAD
#include