mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef EMU_I82335_H
|
|
#define EMU_I82335_H
|
|
|
|
extern void i82335_init(void);
|
|
|
|
#endif /*EMU_I82335_H*/
|