openMSX
FileNotFoundException.hh
Go to the documentation of this file.
1#ifndef FILENOTFOUNDEXCEPTION_HH
2#define FILENOTFOUNDEXCEPTION_HH
3
4#include "FileException.hh"
5
6namespace openmsx {
7
9{
10public:
11 using FileException::FileException;
12};
13
14} // namespace openmsx
15
16#endif
This file implemented 3 utility functions:
Definition Autofire.cc:9