]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Camera.hh
extreme refactoring
[chaz/yoink] / src / Moof / Camera.hh
similarity index 93%
rename from src/camera.hh
rename to src/Moof/Camera.hh
index dcdc55d3d8668bc4c6023b11c4f8d194fba610b0..8800e3baf1fbf0b9f925d893459805df547988e0 100644 (file)
 
 *******************************************************************************/
 
-#ifndef _CAMERA_HH_
-#define _CAMERA_HH_
+#ifndef _MOOF_CAMERA_HH_
+#define _MOOF_CAMERA_HH_
 
 
-namespace dc {
+namespace Mf {
 
 
-class camera
+class Camera
 {
 public:
 private:
 };
 
 
-} // namespace dc
+} // namespace Mf
 
-#endif // _CAMERA_HH_
+#endif // _MOOF_CAMERA_HH_
 
 /** vim: set ts=4 sw=4 tw=80: *************************************************/
 
This page took 0.019242 seconds and 4 git commands to generate.