openMSX
EmuTime.cc
Go to the documentation of this file.
1#include "EmuTime.hh"
2#include <iostream>
3
4namespace openmsx {
5
6std::ostream& operator<<(std::ostream& os, EmuTime::param time)
7{
8 os << time.time;
9 return os;
10}
11
12} // namespace openmsx
This file implemented 3 utility functions:
Definition Autofire.cc:11
std::ostream & operator<<(std::ostream &os, EnumTypeName< CacheLineCounters >)