mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-05 13:30:49 +00:00
11 lines
177 B
C
11 lines
177 B
C
#ifndef _APPLE2_REFLECT_H_
|
|
#define _APPLE2_REFLECT_H_
|
|
|
|
#include "vm_reflect.h"
|
|
|
|
extern void apple2_reflect_init(vm_reflect *);
|
|
|
|
extern REFLECT(apple2_reflect_cpu_info);
|
|
|
|
#endif
|