// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXBARCODE_BC_TWODIMWRITER_H_ #define FXBARCODE_BC_TWODIMWRITER_H_ #include <memory> #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/span.h" #include "fxbarcode/BC_Writer.h" class CBC_CommonBitMatrix; class CFX_RenderDevice; class CBC_TwoDimWriter : public CBC_Writer { … }; #endif // FXBARCODE_BC_TWODIMWRITER_H_