]> Dogcows Code - chaz/yoink/blobdiff - src/moof/precompile.hh
pch support
[chaz/yoink] / src / moof / precompile.hh
diff --git a/src/moof/precompile.hh b/src/moof/precompile.hh
new file mode 100644 (file)
index 0000000..dafa1d5
--- /dev/null
@@ -0,0 +1,59 @@
+
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
+**]  All rights reserved.
+*
+* Distributable under the terms and conditions of the 2-clause BSD license;
+* see the file COPYING for a complete text of the license.
+*
+*****************************************************************************/
+
+#ifndef _MOOF_PRECOMPILE_HH_
+#define _MOOF_PRECOMPILE_HH_
+
+/**
+ * \file precompile.hh
+ * PCH includes for quicker compiles.
+ */
+
+#include <algorithm>
+#include <bitset>
+#include <cerrno>
+#include <cmath>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
+#include <ctime>
+#include <deque>
+#include <exception>
+#include <fstream>
+#include <functional>
+#include <iomanip>
+#include <iostream>
+#include <limits>
+#include <list>
+#include <map>
+#include <set>
+#include <sstream>
+#include <stack>
+#include <stdexcept>
+#include <stdint.h>
+#include <stddef.h>
+#include <string>
+#include <utility>
+#include <vector>
+
+#include <boost/algorithm/string.hpp>
+#include <boost/bind.hpp>
+#include <boost/function.hpp>
+#include <boost/noncopyable.hpp>
+#include <boost/shared_ptr.hpp>
+#include <boost/shared_array.hpp>
+#include <boost/weak_ptr.hpp>
+#include <lua.hpp>
+#include <png.h>
+#include <SDL/SDL.h>
+#include <SDL/SDL_opengl.h>
+#include <zlib.h>
+
+#endif // _MOOF_PRECOMPILE_HH_
+
This page took 0.021284 seconds and 4 git commands to generate.