mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
7 lines
100 B
C
7 lines
100 B
C
#ifndef EMU_I82335_H
|
|
# define EMU_I82335_H
|
|
|
|
extern void i82335_init(void);
|
|
|
|
#endif /*EMU_I82335_H*/
|