w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11CntlFactory.hpp
Go to the documentation of this file.
1// $Id: RtclRw11CntlFactory.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2013-03-06 495 1.0 Initial version
8// 2013-02-09 485 0.1 First draft
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_RtclRw11CntlFactory
17#define included_Retro_RtclRw11CntlFactory 1
18
20#include "RtclRw11Cpu.hpp"
21
22namespace Retro {
23
24 int RtclRw11CntlFactory(RtclArgs& args, RtclRw11Cpu& cpu);
25
26} // end namespace Retro
27
28#endif
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47
int RtclRw11CntlFactory(RtclArgs &args, RtclRw11Cpu &cpu)
FIXME_docs.