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