//----------------------------------------------------------------------------- // Basler pylon SDK // Copyright (c) 2008-2021 Basler AG // http://www.baslerweb.com // Author: JS //----------------------------------------------------------------------------- /*! \file \brief Includes used by CLSer camera classes */ #ifndef PYLON_CLSER_INCLUDED_INCLUDED__ #define PYLON_CLSER_INCLUDED_INCLUDED__ #pragma message ("Warning: Please do not include this file. Use 'PylonCameraLinkIncludes.h' instead. This is for backward compatibility only.") #include #endif // PYLON_CLSER_INCLUDED_INCLUDED__