Files
oak-editor/app/common/timelinecommon.h
T
itsmattkc 61c60e00d6 various small code cleanups and improvements
Largely refactoring work to make the code somewhat nicer to work with.
2019-12-26 19:00:08 +11:00

15 lines
182 B
C++

#ifndef TIMELINECOMMON_H
#define TIMELINECOMMON_H
class Timeline {
public:
enum MovementMode {
kNone,
kMove,
kTrimIn,
kTrimOut
};
};
#endif // TIMELINECOMMON_H