1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 13:07:44 +00:00
novus/apps/armoury/include/boneeditor.h
Joshua Goins 0a488807f6 Gear Editor: General code cleanup
Boring stuff... removing unnecessary lambdas, variables and more.
2024-05-27 18:57:17 -04:00

16 lines
300 B
C++

// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include "sklbpart.h"
class GearView;
class BoneEditor : public SklbPart
{
Q_OBJECT
public:
explicit BoneEditor(GearView *gearView, QWidget *parent = nullptr);
};