mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Corrects write guard names.
This commit is contained in:
parent
afbd1c425c
commit
405f58d6a3
@ -1,13 +1,13 @@
|
|||||||
//
|
//
|
||||||
// KeyboardMapper.hpp
|
// Keyboard.hpp
|
||||||
// Clock Signal
|
// Clock Signal
|
||||||
//
|
//
|
||||||
// Created by Thomas Harte on 10/10/2017.
|
// Created by Thomas Harte on 10/10/2017.
|
||||||
// Copyright © 2017 Thomas Harte. All rights reserved.
|
// Copyright © 2017 Thomas Harte. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef Machines_Commodore_Vic20_KeyboardMapper_hpp
|
#ifndef Machines_Commodore_Vic20_Keyboard_hpp
|
||||||
#define Machines_Commodore_Vic20_KeyboardMapper_hpp
|
#define Machines_Commodore_Vic20_Keyboard_hpp
|
||||||
|
|
||||||
#include "../../KeyboardMachine.hpp"
|
#include "../../KeyboardMachine.hpp"
|
||||||
#include "../../Typer.hpp"
|
#include "../../Typer.hpp"
|
||||||
@ -49,4 +49,4 @@ struct CharacterMapper: public ::Utility::CharacterMapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* KeyboardMapper_hpp */
|
#endif /* Keyboard_hpp */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user