1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-08 15:29:09 +00:00

Corrects write guard names.

This commit is contained in:
Thomas Harte 2017-10-21 10:21:40 -04:00
parent afbd1c425c
commit 405f58d6a3

View File

@ -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 */