cutter/src/common/IOModesController.h

16 lines
204 B
C
Raw Normal View History

#ifndef IOMODESCONTROLLER_H
#define IOMODESCONTROLLER_H
#include "core/Cutter.h"
class IOModesController
{
public:
bool prepareForWriting();
bool canWrite();
};
#endif // IOMODESCONTROLLER_H