mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-11 18:02:46 +00:00
10 lines
298 B
C++
10 lines
298 B
C++
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_ALL_GUi_
|
|
#define DLIB_ALL_GUi_
|
|
|
|
#error "This file has been replaced. Instead you should add dlib/all/source.cpp to your project"
|
|
|
|
#endif // DLIB_ALL_GUi_
|
|
|