Project

General

Profile

Statistics
| Revision:

root / proj / libs / classes / include / classes.h @ 351

History | View | Annotate | Download (247 Bytes)

1
#ifndef CLASSES_H_INCLUDED
2
#define CLASSES_H_INCLUDED
3

    
4
/**
5
 * @defgroup    classes classes
6
 * @ingroup libs
7
 * @brief Classes module
8
 *
9
 * Provides useful and general classes.
10
 */
11

    
12
#include "list.h"
13
#include "queue.h"
14

    
15
#endif //CLASSES_H_INCLUDED