mirror of
https://github.com/pevans/erc-c.git
synced 2024-10-31 13:07:14 +00:00
8 lines
97 B
C
8 lines
97 B
C
|
#ifndef _APPLE2_KB_H_
|
||
|
#define _APPLE2_KB_H_
|
||
|
|
||
|
#include "apple2.h"
|
||
|
#include "vm_segment.h"
|
||
|
|
||
|
#endif
|