mirror of https://github.com/davisking/dlib.git
10 lines
327 B
C++
10 lines
327 B
C++
// Copyright (C) 2006 Davis E. King (davisking@users.sourceforge.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_ALL_CONSOLe_
|
|
#define DLIB_ALL_CONSOLe_
|
|
|
|
#error "This file has been replaced. Instead you should add dlib/all/source.cpp to your project"
|
|
|
|
#endif // DLIB_ALL_CONSOLe_
|
|
|