mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-16 05:27:43 +00:00
Update further path references.
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
#ifndef Machines_ZX8081_Keyboard_hpp
|
#ifndef Machines_ZX8081_Keyboard_hpp
|
||||||
#define Machines_ZX8081_Keyboard_hpp
|
#define Machines_ZX8081_Keyboard_hpp
|
||||||
|
|
||||||
#include "../KeyboardMachine.hpp"
|
#include "../../KeyboardMachine.hpp"
|
||||||
#include "../Utility/Typer.hpp"
|
#include "../../Utility/Typer.hpp"
|
||||||
|
|
||||||
namespace ZX8081 {
|
namespace ZX8081 {
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
#ifndef Machines_ZX8081_Video_hpp
|
#ifndef Machines_ZX8081_Video_hpp
|
||||||
#define Machines_ZX8081_Video_hpp
|
#define Machines_ZX8081_Video_hpp
|
||||||
|
|
||||||
#include "../../Outputs/CRT/CRT.hpp"
|
#include "../../../Outputs/CRT/CRT.hpp"
|
||||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||||
|
|
||||||
namespace ZX8081 {
|
namespace ZX8081 {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user