Renommer le fichier pour Wintab
This commit is contained in:
parent
83acc0ffbb
commit
422ec60f3b
|
@ -4,7 +4,7 @@ dpf_add_plugin(yaw-tab
|
|||
dsp.cpp
|
||||
FILES_UI
|
||||
wtutil.cpp
|
||||
tab.cpp
|
||||
wintab.cpp
|
||||
rtstylus.cpp
|
||||
ui.cpp)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "DistrhoUI.hpp"
|
||||
#ifdef YAW_USE_WINTAB
|
||||
#include "tab.cpp"
|
||||
#include "wintab.cpp"
|
||||
#endif
|
||||
#ifdef YAW_USE_RTSTYLUS
|
||||
#include "rtstylus.cpp"
|
||||
|
|
Loading…
Reference in New Issue