brewpanel/sockio.h

Sun, 05 May 2024 16:31:47 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 05 May 2024 16:31:47 +0200
changeset 729
f5d94730db18
parent 637
21e542c15832
permissions
-rw-r--r--

Made devices loop a bit slower.

#ifndef _SOCKIO_H
#define	_SOCKIO_H
#ifdef	HAVE_SDL2_SDL_H


void socket_recv(SGOBJ *dlg);
int  socket_connect(void);


#endif
#endif

mercurial