1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00
erc-c/include/apple2/event.h
2018-04-07 00:32:29 -05:00

10 lines
156 B
C

#ifndef _APPLE2_REFLECT_H_
#define _APPLE2_REFLECT_H_
#include "vm_event.h"
extern void apple2_event_init();
extern EVENT_DO(apple2_event_pause);
#endif