convert_pascal_v1.h 333 Bytes
// Copyright (C) 2011  Davis E. King (davis@dlib.net)
// License: Boost Software License   See LICENSE.txt for the full license.
#ifndef DLIB_IMGLAB_CONVERT_PASCAl_V1_H__
#define DLIB_IMGLAB_CONVERT_PASCAl_V1_H__

#include "common.h"

void convert_pascal_v1(const parser_type& parser);

#endif // DLIB_IMGLAB_CONVERT_PASCAl_V1_H__