Allow any DGL namespacee
This commit is contained in:
parent
329829cfcc
commit
e922bc4b63
|
@ -25,10 +25,10 @@
|
||||||
#include "DistrhoArtworkNekobi.hpp"
|
#include "DistrhoArtworkNekobi.hpp"
|
||||||
#include "NekoWidget.hpp"
|
#include "NekoWidget.hpp"
|
||||||
|
|
||||||
using DGL::ImageAboutWindow;
|
using DGL_NAMESPACE::ImageAboutWindow;
|
||||||
using DGL::ImageButton;
|
using DGL_NAMESPACE::ImageButton;
|
||||||
using DGL::ImageKnob;
|
using DGL_NAMESPACE::ImageKnob;
|
||||||
using DGL::ImageSlider;
|
using DGL_NAMESPACE::ImageSlider;
|
||||||
|
|
||||||
START_NAMESPACE_DISTRHO
|
START_NAMESPACE_DISTRHO
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include <cstdlib> // rand
|
#include <cstdlib> // rand
|
||||||
|
|
||||||
using DGL::Image;
|
using DGL_NAMESPACE::Image;
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue