// // ROM.hpp // Clock Signal // // Created by Thomas Harte on 27/08/2016. // Copyright © 2016 Thomas Harte. All rights reserved. // #ifndef ROM_hpp #define ROM_hpp namespace Storage { namespace ROM { class ROM {}; } } #endif /* ROM_hpp */