Files
Gobang-Game/libs/IUP/include/iuptuio.h
T
2026-05-02 15:39:42 +08:00

22 lines
272 B
C

/** \file
* \brief IupTuioClient control
*
* See Copyright Notice in "iup.h"
*/
#ifndef __IUPTUIO_H
#define __IUPTUIO_H
#if defined(__cplusplus)
extern "C" {
#endif
int IupTuioOpen(void);
Ihandle* IupTuioClient(int port);
#if defined(__cplusplus)
}
#endif
#endif