clang-format in src/include/86box/

This commit is contained in:
Jasmine Iwanek
2022-09-18 17:15:38 -04:00
parent c520a1e864
commit ae4f9aedaa
108 changed files with 4459 additions and 4680 deletions

View File

@@ -16,24 +16,23 @@
*/
#ifndef EMU_VNC_H
# define EMU_VNC_H
#define EMU_VNC_H
#ifdef __cplusplus
extern "C" {
#endif
extern int vnc_init(void *);
extern void vnc_close(void);
extern void vnc_resize(int x, int y);
extern int vnc_pause(void);
extern int vnc_init(void *);
extern void vnc_close(void);
extern void vnc_resize(int x, int y);
extern int vnc_pause(void);
extern void vnc_kbinput(int, int);
extern void vnc_kbinput(int, int);
extern void vnc_take_screenshot(wchar_t *fn);
extern void vnc_take_screenshot(wchar_t *fn);
#ifdef __cplusplus
}
#endif
#endif /*EMU_VNC_H*/
#endif /*EMU_VNC_H*/