1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-23 06:28:59 +00:00
CLK/Storage/ROM/ROM.hpp

21 lines
250 B
C++
Raw Normal View History

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