openMSX
VideoSystemChangeListener.hh
Go to the documentation of this file.
1#ifndef VIDEOSYSTEMCHANGELISTENER_HH
2#define VIDEOSYSTEMCHANGELISTENER_HH
3
4namespace openmsx {
5
7{
8public:
9 virtual void preVideoSystemChange() noexcept = 0;
10 virtual void postVideoSystemChange() noexcept = 0;
11
12protected:
14};
15
16} // namespace openmsx
17
18#endif
virtual void preVideoSystemChange() noexcept=0
virtual void postVideoSystemChange() noexcept=0
This file implemented 3 utility functions:
Definition Autofire.cc:11