1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-09 06:29:33 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/CSROMFetcher.hpp
2018-05-13 15:19:52 -04:00

12 lines
207 B
C++

//
// ROMFetcher.h
// Clock Signal
//
// Created by Thomas Harte on 01/01/2018.
// Copyright 2018 Thomas Harte. All rights reserved.
//
#include "ROMMachine.hpp"
ROMMachine::ROMFetcher CSROMFetcher();