X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistent_basic.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistent_basic.hpp;h=2ffc30fa100f392f93cd6156c164ef74fe17b8be;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hp=0000000000000000000000000000000000000000;hpb=85783316365181491a3e3c0c63659972477cebba;p=chaz%2Fyoink diff --git a/src/stlplus/persistence/persistent_basic.hpp b/src/stlplus/persistence/persistent_basic.hpp new file mode 100644 index 0000000..2ffc30f --- /dev/null +++ b/src/stlplus/persistence/persistent_basic.hpp @@ -0,0 +1,22 @@ +#ifndef STLPLUS_PERSISTENT_BASIC +#define STLPLUS_PERSISTENT_BASIC +//////////////////////////////////////////////////////////////////////////////// + +// Author: Andy Rushton +// Copyright: (c) Southampton University 1999-2004 +// (c) Andy Rushton 2004-2009 +// License: BSD License, see ../docs/license.html + +// Persistence of basic types + +//////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// + +#include "persistent_bool.hpp" +#include "persistent_cstring.hpp" +#include "persistent_enum.hpp" +#include "persistent_float.hpp" +#include "persistent_int.hpp" + +//////////////////////////////////////////////////////////////////////////////// +#endif