Easier time switching between internal vs external window
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
afc4ee9238
commit
9b4ef3440d
4 changed files with 23 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <asset.hpp>
|
||||
#include <audio.hpp>
|
||||
#include <context.hpp>
|
||||
#include <gamepad.hpp>
|
||||
#include <library.hpp>
|
||||
#include <keyboard.hpp>
|
||||
#include <midi.hpp>
|
||||
|
@ -100,6 +101,9 @@ struct Initializer {
|
|||
midi::init();
|
||||
// rtmidiInit();
|
||||
keyboard::init();
|
||||
#ifndef DPF_AS_GLFW
|
||||
gamepad::init();
|
||||
#endif
|
||||
plugin::init();
|
||||
library::init();
|
||||
// discord::init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue