From d12f65ff113caf84a6c6d8229824d477f3e37cd8 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 30 Jan 2013 13:32:36 -0800 Subject: [PATCH] captilization of class filenames in git repo --- Source/{agent.cpp => Agent.cpp} | 0 Source/{agent.h => Agent.h} | 0 Source/{audio.cpp => Audio.cpp} | 0 Source/{audio.h => Audio.h} | 0 Source/{cloud.cpp => Cloud.cpp} | 0 Source/{cloud.h => Cloud.h} | 0 Source/{cube.cpp => Cube.cpp} | 0 Source/{cube.h => Cube.h} | 0 Source/{field.cpp => Field.cpp} | 0 Source/{field.h => Field.h} | 0 Source/{finger.cpp => Finger.cpp} | 0 Source/{finger.h => Finger.h} | 0 Source/{hand.cpp => Hand.cpp} | 0 Source/{hand.h => Hand.h} | 0 Source/{head.cpp => Head.cpp} | 0 Source/{head.h => Head.h} | 0 Source/{lattice.cpp => Lattice.cpp} | 0 Source/{lattice.h => Lattice.h} | 0 Source/{markers.cpp => Markers.cpp} | 0 Source/{markers.h => Markers.h} | 0 Source/{network.cpp => Network.cpp} | 0 Source/{network.h => Network.h} | 0 Source/{oscilloscope.cpp => Oscilloscope.cpp} | 0 Source/{oscilloscope.h => Oscilloscope.h} | 0 Source/{particle.cpp => Particle.cpp} | 0 Source/{particle.h => Particle.h} | 0 Source/{texture.cpp => Texture.cpp} | 0 Source/{texture.h => Texture.h} | 0 Source/{util.cpp => Util.cpp} | 0 Source/{util.h => Util.h} | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename Source/{agent.cpp => Agent.cpp} (100%) rename Source/{agent.h => Agent.h} (100%) rename Source/{audio.cpp => Audio.cpp} (100%) rename Source/{audio.h => Audio.h} (100%) rename Source/{cloud.cpp => Cloud.cpp} (100%) rename Source/{cloud.h => Cloud.h} (100%) rename Source/{cube.cpp => Cube.cpp} (100%) rename Source/{cube.h => Cube.h} (100%) rename Source/{field.cpp => Field.cpp} (100%) rename Source/{field.h => Field.h} (100%) rename Source/{finger.cpp => Finger.cpp} (100%) rename Source/{finger.h => Finger.h} (100%) rename Source/{hand.cpp => Hand.cpp} (100%) rename Source/{hand.h => Hand.h} (100%) rename Source/{head.cpp => Head.cpp} (100%) rename Source/{head.h => Head.h} (100%) rename Source/{lattice.cpp => Lattice.cpp} (100%) rename Source/{lattice.h => Lattice.h} (100%) rename Source/{markers.cpp => Markers.cpp} (100%) rename Source/{markers.h => Markers.h} (100%) rename Source/{network.cpp => Network.cpp} (100%) rename Source/{network.h => Network.h} (100%) rename Source/{oscilloscope.cpp => Oscilloscope.cpp} (100%) rename Source/{oscilloscope.h => Oscilloscope.h} (100%) rename Source/{particle.cpp => Particle.cpp} (100%) rename Source/{particle.h => Particle.h} (100%) rename Source/{texture.cpp => Texture.cpp} (100%) rename Source/{texture.h => Texture.h} (100%) rename Source/{util.cpp => Util.cpp} (100%) rename Source/{util.h => Util.h} (100%) diff --git a/Source/agent.cpp b/Source/Agent.cpp similarity index 100% rename from Source/agent.cpp rename to Source/Agent.cpp diff --git a/Source/agent.h b/Source/Agent.h similarity index 100% rename from Source/agent.h rename to Source/Agent.h diff --git a/Source/audio.cpp b/Source/Audio.cpp similarity index 100% rename from Source/audio.cpp rename to Source/Audio.cpp diff --git a/Source/audio.h b/Source/Audio.h similarity index 100% rename from Source/audio.h rename to Source/Audio.h diff --git a/Source/cloud.cpp b/Source/Cloud.cpp similarity index 100% rename from Source/cloud.cpp rename to Source/Cloud.cpp diff --git a/Source/cloud.h b/Source/Cloud.h similarity index 100% rename from Source/cloud.h rename to Source/Cloud.h diff --git a/Source/cube.cpp b/Source/Cube.cpp similarity index 100% rename from Source/cube.cpp rename to Source/Cube.cpp diff --git a/Source/cube.h b/Source/Cube.h similarity index 100% rename from Source/cube.h rename to Source/Cube.h diff --git a/Source/field.cpp b/Source/Field.cpp similarity index 100% rename from Source/field.cpp rename to Source/Field.cpp diff --git a/Source/field.h b/Source/Field.h similarity index 100% rename from Source/field.h rename to Source/Field.h diff --git a/Source/finger.cpp b/Source/Finger.cpp similarity index 100% rename from Source/finger.cpp rename to Source/Finger.cpp diff --git a/Source/finger.h b/Source/Finger.h similarity index 100% rename from Source/finger.h rename to Source/Finger.h diff --git a/Source/hand.cpp b/Source/Hand.cpp similarity index 100% rename from Source/hand.cpp rename to Source/Hand.cpp diff --git a/Source/hand.h b/Source/Hand.h similarity index 100% rename from Source/hand.h rename to Source/Hand.h diff --git a/Source/head.cpp b/Source/Head.cpp similarity index 100% rename from Source/head.cpp rename to Source/Head.cpp diff --git a/Source/head.h b/Source/Head.h similarity index 100% rename from Source/head.h rename to Source/Head.h diff --git a/Source/lattice.cpp b/Source/Lattice.cpp similarity index 100% rename from Source/lattice.cpp rename to Source/Lattice.cpp diff --git a/Source/lattice.h b/Source/Lattice.h similarity index 100% rename from Source/lattice.h rename to Source/Lattice.h diff --git a/Source/markers.cpp b/Source/Markers.cpp similarity index 100% rename from Source/markers.cpp rename to Source/Markers.cpp diff --git a/Source/markers.h b/Source/Markers.h similarity index 100% rename from Source/markers.h rename to Source/Markers.h diff --git a/Source/network.cpp b/Source/Network.cpp similarity index 100% rename from Source/network.cpp rename to Source/Network.cpp diff --git a/Source/network.h b/Source/Network.h similarity index 100% rename from Source/network.h rename to Source/Network.h diff --git a/Source/oscilloscope.cpp b/Source/Oscilloscope.cpp similarity index 100% rename from Source/oscilloscope.cpp rename to Source/Oscilloscope.cpp diff --git a/Source/oscilloscope.h b/Source/Oscilloscope.h similarity index 100% rename from Source/oscilloscope.h rename to Source/Oscilloscope.h diff --git a/Source/particle.cpp b/Source/Particle.cpp similarity index 100% rename from Source/particle.cpp rename to Source/Particle.cpp diff --git a/Source/particle.h b/Source/Particle.h similarity index 100% rename from Source/particle.h rename to Source/Particle.h diff --git a/Source/texture.cpp b/Source/Texture.cpp similarity index 100% rename from Source/texture.cpp rename to Source/Texture.cpp diff --git a/Source/texture.h b/Source/Texture.h similarity index 100% rename from Source/texture.h rename to Source/Texture.h diff --git a/Source/util.cpp b/Source/Util.cpp similarity index 100% rename from Source/util.cpp rename to Source/Util.cpp diff --git a/Source/util.h b/Source/Util.h similarity index 100% rename from Source/util.h rename to Source/Util.h