Files

13 lines
133 B
C++
Raw Permalink Normal View History

2024-09-08 01:04:41 +10:00
#ifndef _CHRONOMENON_H
#define _CHRONOMENON_H
namespace smo {
2024-09-08 01:04:41 +10:00
class Chronomenon
{
};
} // namespace smo
2024-09-08 01:04:41 +10:00
#endif // _CHRONOMENON_H