remove \r
[extl.git] / extl / counter / counter.h
blobcc7af1d351dc40cba0cadd43eec65e1419589406
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: counter.h
4 * Created: 08.02.17
5 * Updated: 08.05.05
7 * Brief: The Counter Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_COUNTER_H
13 #define EXTL_COUNTER_H
15 #ifndef __cplusplus
16 # error counter.h need be supported by c++.
17 #endif
19 /*!\file counter.h
20 * \brief The counter library
21 * \defgroup extl_group_counter
24 /* ///////////////////////////////////////////////////////////////////////
25 * Includes
27 #include "clock_counter.h"
28 #include "object_counter.h"
29 #include "shared_counter.h"
31 /* //////////////////////////////////////////////////////////////////// */
32 #endif /* EXTL_COUNTER_H */
33 /* //////////////////////////////////////////////////////////////////// */