Files
hayodea 4a55ff9bf2 Revamp Chronomenon: ChronoFrame and ChronoSeq are new classes
Chronomenon is now the base class category for stored raw
stim data.
2025-10-05 21:44:12 -04:00

13 lines
133 B
C++

#ifndef _CHRONOMENON_H
#define _CHRONOMENON_H
namespace smo {
class Chronomenon
{
};
} // namespace smo
#endif // _CHRONOMENON_H