subsystems/subsystems.hpp
1: #ifndef STLPLUS_SUBSYSTEMS
2: #define STLPLUS_SUBSYSTEMS
3: ////////////////////////////////////////////////////////////////////////////////
4:
5: // Author: Andy Rushton
6: // Copyright: (c) Andy Rushton, 2007
7: // License: BSD License, see ../docs/license.html
8:
9: // Allows all the STLplus subsystems to be included in one go
10:
11: ////////////////////////////////////////////////////////////////////////////////
12:
13: #include "cli_parser.hpp"
14: #include "ini_manager.hpp"
15: #include "library_manager.hpp"
16: #include "message_handler.hpp"
17: #include "timer.hpp"
18:
19: ////////////////////////////////////////////////////////////////////////////////
20: #endif