1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/include/apple2/reflect.h

10 lines
156 B
C
Raw Normal View History

2018-02-06 06:30:46 +00:00
#ifndef _APPLE2_REFLECT_H_
#define _APPLE2_REFLECT_H_
#include "vm_event.h"
2018-02-06 06:30:46 +00:00
extern void apple2_event_init();
extern EVENT_DO(apple2_event_pause);
2018-02-06 06:30:46 +00:00
#endif