hid_core: Move hid to it's own subproject

This commit is contained in:
Narr the Reg 2024-01-04 20:37:43 -06:00
parent 8da33ba38a
commit 146975c880
141 changed files with 479 additions and 436 deletions

View file

@ -7,7 +7,7 @@
#include <QKeySequence>
#include <QString>
#include <QWidget>
#include "core/hid/hid_types.h"
#include "hid_core/hid_types.h"
class QDialog;
class QSettings;