X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fsubsystems%2Fsubsystems.hpp;fp=src%2Fstlplus%2Fsubsystems%2Fsubsystems.hpp;h=2bc41b5772cda301d6984439d131f3198b3efed7;hp=0000000000000000000000000000000000000000;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=85783316365181491a3e3c0c63659972477cebba diff --git a/src/stlplus/subsystems/subsystems.hpp b/src/stlplus/subsystems/subsystems.hpp new file mode 100644 index 0000000..2bc41b5 --- /dev/null +++ b/src/stlplus/subsystems/subsystems.hpp @@ -0,0 +1,21 @@ +#ifndef STLPLUS_SUBSYSTEMS +#define STLPLUS_SUBSYSTEMS +//////////////////////////////////////////////////////////////////////////////// + +// Author: Andy Rushton +// Copyright: (c) Southampton University 1999-2004 +// (c) Andy Rushton 2004-2009 +// License: BSD License, see ../docs/license.html + +// Allows all the STLplus subsystems to be included in one go + +//////////////////////////////////////////////////////////////////////////////// + +#include "cli_parser.hpp" +#include "ini_manager.hpp" +#include "library_manager.hpp" +#include "message_handler.hpp" +#include "timer.hpp" + +//////////////////////////////////////////////////////////////////////////////// +#endif