mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
initial
This commit is contained in:
11
src/include/86box/unix_osd.h
Normal file
11
src/include/86box/unix_osd.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _UNIX_OSD_H
|
||||
#define _UNIX_OSD_H
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
extern int osd_open(SDL_Event event);
|
||||
extern int osd_close(SDL_Event event);
|
||||
extern int osd_handle(SDL_Event event);
|
||||
|
||||
#endif /*_UNIX_OSD_H*/
|
||||
|
||||
Reference in New Issue
Block a user