GUI-FreeRDP/freerdp/client/X11/cli/gui.h

16 lines
172 B
C
Raw Permalink Normal View History

/*
* gui.h
*
* Created on: 6 июл. 2022 г.
* Author: alexander
*/
#ifndef GUI_H_
#define GUI_H_
#include <iup.h>
Ihandle* guiStart();
#endif /* GUI_H_ */