// Copyright 2016 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_CBC_CODEBASE_H_ #define FXBARCODE_CBC_CODEBASE_H_ #include <stdint.h> #include <memory> #include "core/fxcrt/widestring.h" #include "core/fxge/dib/fx_dib.h" #include "fxbarcode/BC_Library.h" class CBC_Writer; class CFX_Matrix; class CFX_RenderDevice; class CBC_CodeBase { … }; #endif // FXBARCODE_CBC_CODEBASE_H_