dust3d/src/shortcuts.h

9 lines
199 B
C
Raw Normal View History

#ifndef DUST3D_SHORTCUTS_H
#define DUST3D_SHORTCUTS_H
#include <QMainWindow>
#include "skeletongraphicswidget.h"
void initShortCuts(QWidget *widget, SkeletonGraphicsWidget *graphicsWidget);
#endif