PowerMaster/util/TimeLine/timeLine_globals.h

16 lines
140 B
C
Raw Normal View History

#ifndef TIMELINE_GLOBALS_H
#define TIMELINE_GLOBALS_H
namespace TimeLine
{
enum DisplayState
{
RealTime,
Historical
};
}
#endif