summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motiondummy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motiondummy.h')
-rw-r--r--src/object/motion/motiondummy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/motion/motiondummy.h b/src/object/motion/motiondummy.h
index 744df2f..de29148 100644
--- a/src/object/motion/motiondummy.h
+++ b/src/object/motion/motiondummy.h
@@ -1,5 +1,6 @@
// * This file is part of the COLOBOT source code
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch
+// * Copyright (C) 2013 Polish Portal of Colobot (PPC)
// *
// * This program is free software: you can redistribute it and/or modify
// * it under the terms of the GNU General Public License as published by
@@ -29,4 +30,4 @@ public:
void DeleteObject(bool bAll=false);
bool Create(Math::Vector pos, float angle, ObjectType type, float power);
-}; \ No newline at end of file
+};