summaryrefslogtreecommitdiffstats
path: root/src/d3dmath.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-20 18:39:37 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-20 18:39:37 +0100
commitcc70174fa28994ff09dd1195a1345b8126cdd531 (patch)
treec9ae25ec0df816f25f60bb43e21fceeae476aa4c /src/d3dmath.h
parentb576a4a2df647a0da5b8ec4e21c8e815ef985917 (diff)
downloadcolobot-cc70174fa28994ff09dd1195a1345b8126cdd531.tar.gz
colobot-cc70174fa28994ff09dd1195a1345b8126cdd531.tar.bz2
colobot-cc70174fa28994ff09dd1195a1345b8126cdd531.zip
Comment fix.
Diffstat (limited to 'src/d3dmath.h')
-rw-r--r--src/d3dmath.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/d3dmath.h b/src/d3dmath.h
index 75bcbbb..d28707d 100644
--- a/src/d3dmath.h
+++ b/src/d3dmath.h
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.//-----------------------------------------------------------------------------
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+//-----------------------------------------------------------------------------
// File: D3DMath.h
//
// Desc: Math functions and shortcuts for Direct3D programming.