]> Dogcows Code - chaz/yoink/blob - src/stlplus/subsystems/subsystems.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / subsystems / subsystems.hpp
1 #ifndef STLPLUS_SUBSYSTEMS
2 #define STLPLUS_SUBSYSTEMS
3 ////////////////////////////////////////////////////////////////////////////////
4
5 // Author: Andy Rushton
6 // Copyright: (c) Southampton University 1999-2004
7 // (c) Andy Rushton 2004-2009
8 // License: BSD License, see ../docs/license.html
9
10 // Allows all the STLplus subsystems to be included in one go
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "cli_parser.hpp"
15 #include "ini_manager.hpp"
16 #include "library_manager.hpp"
17 #include "message_handler.hpp"
18 #include "timer.hpp"
19
20 ////////////////////////////////////////////////////////////////////////////////
21 #endif
This page took 0.031687 seconds and 4 git commands to generate.