]> Dogcows Code - chaz/yoink/blobdiff - src/yoink.hh
pch support
[chaz/yoink] / src / yoink.hh
index edd38bfd5d3a97c4429e6a6b6f81be02e492c78c..8a2a28c13a7eb4abb883932e7984f507edd0911c 100644 (file)
 #ifndef _YOINK_HH_
 #define _YOINK_HH_
 
-/**
- * \file yoink.hh
- * This is the big enchilada.
- */
-
 #include <iostream>
 #include <string>
 #include <vector>
 
 #include <boost/shared_ptr.hpp>
 
-#include <moof/math.hh>
-#include <moof/sound.hh>
-
 #include <moof/line.hh>                // TODO
+#include <moof/math.hh>
 #include <moof/plane.hh>
 #include <moof/ray.hh>
+#include <moof/sound.hh>
 #include <moof/sphere.hh>
 #include <moof/timer.hh>
 
 #include "Hud.hh"
 
 
+/**
+ * \file yoink.hh
+ * This is the big enchilada.
+ */
+
 class yoink
 {
 public:
This page took 0.016186 seconds and 4 git commands to generate.