mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Correct namespace.
This commit is contained in:
parent
814c057570
commit
3d1775d853
@ -12,6 +12,7 @@
|
||||
#include "../../KeyboardMachine.hpp"
|
||||
#include "../../Utility/Typer.hpp"
|
||||
|
||||
namespace Sinclair {
|
||||
namespace ZX8081 {
|
||||
|
||||
enum Key: uint16_t {
|
||||
@ -44,6 +45,7 @@ class CharacterMapper: public ::Utility::CharacterMapper {
|
||||
bool is_zx81_;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* KeyboardMapper_hpp */
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "../../../Outputs/CRT/CRT.hpp"
|
||||
#include "../../../ClockReceiver/ClockReceiver.hpp"
|
||||
|
||||
namespace Sinclair {
|
||||
namespace ZX8081 {
|
||||
|
||||
/*!
|
||||
@ -57,6 +58,7 @@ class Video {
|
||||
void flush(bool next_sync);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* Video_hpp */
|
||||
|
Loading…
x
Reference in New Issue
Block a user