1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-18 01:30:56 +00:00

Ensured no namespace collision in double-include guards.

This commit is contained in:
Thomas Harte 2017-06-11 16:41:15 -04:00
parent d910a4fd38
commit c2bc9a8c62

View File

@ -6,8 +6,8 @@
// Copyright © 2017 Thomas Harte. All rights reserved. // Copyright © 2017 Thomas Harte. All rights reserved.
// //
#ifndef ZX8081_hpp #ifndef Storage_Data_ZX8081_hpp
#define ZX8081_hpp #define Storage_Data_ZX8081_hpp
#include <string> #include <string>
#include <vector> #include <vector>