Files
core/ASCPresentationEditor/ASCPresentationEditorDef.h

25 lines
700 B
C

// CASCPresentationEditor.h : Declaration of the CASCOfficeViewer
#pragma once
#ifdef PPT_DEF
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/Formula.cpp"
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/PPTShape.cpp"
#ifndef BASE_SHAPE
#define BASE_SHAPE
#endif
#endif
#ifdef PPTX_DEF
#include "./OfficeDrawing/Shapes/BaseShape/PPTXShape/Formula.cpp"
#include "./OfficeDrawing/Shapes/BaseShape/PPTXShape/PPTXShape.cpp"
#ifndef BASE_SHAPE
#define BASE_SHAPE
#endif
#include "./OfficeDrawing/Shapes/BaseShape/PPTShape/ppt2pptxshapeconverter.h"
#endif
#ifdef BASE_SHAPE
#include "./OfficeDrawing/Shapes/BaseShape/BaseShape.cpp"
#endif