nucleus/wrappers/linux/window-wayland.h
2016-06-12 20:06:03 +02:00

9 lines
256 B
C

/**
* (c) 2014-2016 Alexandro Sanchez Bach. All rights reserved.
* Released under GPL v2 license. Read LICENSE for more details.
*/
#pragma once
// Creates a window with Wayland and initializes Nucleus
void createWindowWayland(int argc, char** argv);