mirror of
https://github.com/AlexAltea/nucleus.git
synced 2025-04-02 10:31:49 -04:00
9 lines
250 B
C
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);
|