Files
86Box/src/include/86box/prt_devs.h

9 lines
214 B
C
Raw Normal View History

2022-02-18 19:42:21 -05:00
#ifndef EMU_PRT_DEVS_H
# define EMU_PRT_DEVS_H
extern const lpt_device_t lpt_prt_text_device;
2019-12-02 07:14:44 +01:00
extern const lpt_device_t lpt_prt_escp_device;
2022-02-18 19:42:21 -05:00
extern const lpt_device_t lpt_prt_ps_device;
#endif /*EMU_PRT_DEVS_H*/