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
|
dsp.cpp
|
||||||
FILES_UI
|
FILES_UI
|
||||||
wtutil.cpp
|
wtutil.cpp
|
||||||
tab.cpp
|
wintab.cpp
|
||||||
rtstylus.cpp
|
rtstylus.cpp
|
||||||
ui.cpp)
|
ui.cpp)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "DistrhoUI.hpp"
|
#include "DistrhoUI.hpp"
|
||||||
#ifdef YAW_USE_WINTAB
|
#ifdef YAW_USE_WINTAB
|
||||||
#include "tab.cpp"
|
#include "wintab.cpp"
|
||||||
#endif
|
#endif
|
||||||
#ifdef YAW_USE_RTSTYLUS
|
#ifdef YAW_USE_RTSTYLUS
|
||||||
#include "rtstylus.cpp"
|
#include "rtstylus.cpp"
|
||||||
|
|
Loading…
Reference in New Issue