From 921b2e20da6382090fdec0c62551ea1fdb92a495 Mon Sep 17 00:00:00 2001 From: Felix Dubrownik Date: Sun, 7 Sep 2014 20:38:39 +0200 Subject: [PATCH] Renamed the files --- src/{ofxBaseJoint.cpp => BaseJoint.cpp} | 0 src/{ofxBaseJoint.h => BaseJoint.h} | 0 src/{ofxBaseSurface.cpp => BaseSurface.cpp} | 0 src/{ofxBaseSurface.h => BaseSurface.h} | 0 src/{ofxCircleJoint.cpp => CircleJoint.cpp} | 0 src/{ofxCircleJoint.h => CircleJoint.h} | 0 src/{ofxEditorType.h => EditorType.h} | 0 src/{ofxGuiMode.h => GuiMode.h} | 0 src/{ofxProjectionEditor.cpp => ProjectionEditor.cpp} | 0 src/{ofxProjectionEditor.h => ProjectionEditor.h} | 0 src/{ofxQuadSurface.cpp => QuadSurface.cpp} | 0 src/{ofxQuadSurface.h => QuadSurface.h} | 0 src/{ofxSourcesEditor.cpp => SourcesEditor.cpp} | 0 src/{ofxSourcesEditor.h => SourcesEditor.h} | 0 src/{ofxSurfaceManager.cpp => SurfaceManager.cpp} | 0 src/{ofxSurfaceManager.h => SurfaceManager.h} | 0 src/{ofxSurfaceManagerGui.cpp => SurfaceManagerGui.cpp} | 0 src/{ofxSurfaceManagerGui.h => SurfaceManagerGui.h} | 0 src/{ofxSurfaceType.h => SurfaceType.h} | 0 src/{ofxTextureEditor.cpp => TextureEditor.cpp} | 0 src/{ofxTextureEditor.h => TextureEditor.h} | 0 src/{ofxTriangleSurface.cpp => TriangleSurface.cpp} | 0 src/{ofxTriangleSurface.h => TriangleSurface.h} | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename src/{ofxBaseJoint.cpp => BaseJoint.cpp} (100%) rename src/{ofxBaseJoint.h => BaseJoint.h} (100%) rename src/{ofxBaseSurface.cpp => BaseSurface.cpp} (100%) rename src/{ofxBaseSurface.h => BaseSurface.h} (100%) rename src/{ofxCircleJoint.cpp => CircleJoint.cpp} (100%) rename src/{ofxCircleJoint.h => CircleJoint.h} (100%) rename src/{ofxEditorType.h => EditorType.h} (100%) rename src/{ofxGuiMode.h => GuiMode.h} (100%) rename src/{ofxProjectionEditor.cpp => ProjectionEditor.cpp} (100%) rename src/{ofxProjectionEditor.h => ProjectionEditor.h} (100%) rename src/{ofxQuadSurface.cpp => QuadSurface.cpp} (100%) rename src/{ofxQuadSurface.h => QuadSurface.h} (100%) rename src/{ofxSourcesEditor.cpp => SourcesEditor.cpp} (100%) rename src/{ofxSourcesEditor.h => SourcesEditor.h} (100%) rename src/{ofxSurfaceManager.cpp => SurfaceManager.cpp} (100%) rename src/{ofxSurfaceManager.h => SurfaceManager.h} (100%) rename src/{ofxSurfaceManagerGui.cpp => SurfaceManagerGui.cpp} (100%) rename src/{ofxSurfaceManagerGui.h => SurfaceManagerGui.h} (100%) rename src/{ofxSurfaceType.h => SurfaceType.h} (100%) rename src/{ofxTextureEditor.cpp => TextureEditor.cpp} (100%) rename src/{ofxTextureEditor.h => TextureEditor.h} (100%) rename src/{ofxTriangleSurface.cpp => TriangleSurface.cpp} (100%) rename src/{ofxTriangleSurface.h => TriangleSurface.h} (100%) diff --git a/src/ofxBaseJoint.cpp b/src/BaseJoint.cpp similarity index 100% rename from src/ofxBaseJoint.cpp rename to src/BaseJoint.cpp diff --git a/src/ofxBaseJoint.h b/src/BaseJoint.h similarity index 100% rename from src/ofxBaseJoint.h rename to src/BaseJoint.h diff --git a/src/ofxBaseSurface.cpp b/src/BaseSurface.cpp similarity index 100% rename from src/ofxBaseSurface.cpp rename to src/BaseSurface.cpp diff --git a/src/ofxBaseSurface.h b/src/BaseSurface.h similarity index 100% rename from src/ofxBaseSurface.h rename to src/BaseSurface.h diff --git a/src/ofxCircleJoint.cpp b/src/CircleJoint.cpp similarity index 100% rename from src/ofxCircleJoint.cpp rename to src/CircleJoint.cpp diff --git a/src/ofxCircleJoint.h b/src/CircleJoint.h similarity index 100% rename from src/ofxCircleJoint.h rename to src/CircleJoint.h diff --git a/src/ofxEditorType.h b/src/EditorType.h similarity index 100% rename from src/ofxEditorType.h rename to src/EditorType.h diff --git a/src/ofxGuiMode.h b/src/GuiMode.h similarity index 100% rename from src/ofxGuiMode.h rename to src/GuiMode.h diff --git a/src/ofxProjectionEditor.cpp b/src/ProjectionEditor.cpp similarity index 100% rename from src/ofxProjectionEditor.cpp rename to src/ProjectionEditor.cpp diff --git a/src/ofxProjectionEditor.h b/src/ProjectionEditor.h similarity index 100% rename from src/ofxProjectionEditor.h rename to src/ProjectionEditor.h diff --git a/src/ofxQuadSurface.cpp b/src/QuadSurface.cpp similarity index 100% rename from src/ofxQuadSurface.cpp rename to src/QuadSurface.cpp diff --git a/src/ofxQuadSurface.h b/src/QuadSurface.h similarity index 100% rename from src/ofxQuadSurface.h rename to src/QuadSurface.h diff --git a/src/ofxSourcesEditor.cpp b/src/SourcesEditor.cpp similarity index 100% rename from src/ofxSourcesEditor.cpp rename to src/SourcesEditor.cpp diff --git a/src/ofxSourcesEditor.h b/src/SourcesEditor.h similarity index 100% rename from src/ofxSourcesEditor.h rename to src/SourcesEditor.h diff --git a/src/ofxSurfaceManager.cpp b/src/SurfaceManager.cpp similarity index 100% rename from src/ofxSurfaceManager.cpp rename to src/SurfaceManager.cpp diff --git a/src/ofxSurfaceManager.h b/src/SurfaceManager.h similarity index 100% rename from src/ofxSurfaceManager.h rename to src/SurfaceManager.h diff --git a/src/ofxSurfaceManagerGui.cpp b/src/SurfaceManagerGui.cpp similarity index 100% rename from src/ofxSurfaceManagerGui.cpp rename to src/SurfaceManagerGui.cpp diff --git a/src/ofxSurfaceManagerGui.h b/src/SurfaceManagerGui.h similarity index 100% rename from src/ofxSurfaceManagerGui.h rename to src/SurfaceManagerGui.h diff --git a/src/ofxSurfaceType.h b/src/SurfaceType.h similarity index 100% rename from src/ofxSurfaceType.h rename to src/SurfaceType.h diff --git a/src/ofxTextureEditor.cpp b/src/TextureEditor.cpp similarity index 100% rename from src/ofxTextureEditor.cpp rename to src/TextureEditor.cpp diff --git a/src/ofxTextureEditor.h b/src/TextureEditor.h similarity index 100% rename from src/ofxTextureEditor.h rename to src/TextureEditor.h diff --git a/src/ofxTriangleSurface.cpp b/src/TriangleSurface.cpp similarity index 100% rename from src/ofxTriangleSurface.cpp rename to src/TriangleSurface.cpp diff --git a/src/ofxTriangleSurface.h b/src/TriangleSurface.h similarity index 100% rename from src/ofxTriangleSurface.h rename to src/TriangleSurface.h