mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
b94fc34257
--HG-- rename : dlib/timer/timer_kernel_2.cpp => dlib/timer/timer.cpp rename : dlib/timer/timer_kernel_2.h => dlib/timer/timer.h rename : dlib/timer/timer_kernel_abstract.h => dlib/timer/timer_abstract.h rename : dlib/timer/timer_kernel_1.h => dlib/timer/timer_heavy.h
11 lines
250 B
C
11 lines
250 B
C
// Copyright (C) 2005 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_TIMEr_
|
|
#define DLIB_TIMEr_
|
|
|
|
#include "timer/timer.h"
|
|
#include "timer/timer_heavy.h"
|
|
|
|
#endif // DLIB_TIMEr_
|
|
|