nucleus/wrappers/linux/window-xlib.h
Alexandro Sánchez Bach e3cae88fc5 Implemented XCB backend
2016-06-13 00:13:25 +02:00

9 lines
250 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 Xlib and initializes Nucleus
void createWindowXlib(int argc, char** argv);