PasteAnyAsText.h 249 B

12345678910111213
  1. #pragma once
  2. #include "..\..\Shared\DittoDefines.h"
  3. #include "..\..\Shared\IClip.h"
  4. class PasteAnyAsText
  5. {
  6. public:
  7. PasteAnyAsText(void);
  8. ~PasteAnyAsText(void);
  9. static bool SelectClipToPasteAsText(const CDittoInfo &DittoInfo, IClip *pClip);
  10. };