mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-31 13:32:27 +00:00
12 lines
252 B
C
12 lines
252 B
C
// Copyright (C) 2015 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_CONTRoL_
|
|
#define DLIB_CONTRoL_
|
|
|
|
#include "control/lspi.h"
|
|
#include "control/mpc.h"
|
|
|
|
#endif // DLIB_CONTRoL_
|
|
|
|
|