mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-28 11:51:06 +00:00
11 lines
165 B
C
11 lines
165 B
C
#ifndef _APPLE2_REFLECT_H_
|
|
#define _APPLE2_REFLECT_H_
|
|
|
|
#include "vm_reflect.h"
|
|
|
|
extern void apple2_reflect_init();
|
|
|
|
extern REFLECT(apple2_reflect_cpu_info);
|
|
|
|
#endif
|