[Orxonox-commit 100] r2795 - branches/netp/src/network/synchronisable
scheusso at orxonox.net
scheusso at orxonox.net
Tue Mar 17 13:16:49 CET 2009
Author: scheusso
Date: 2009-03-17 12:16:49 +0000 (Tue, 17 Mar 2009)
New Revision: 2795
Added:
branches/netp/src/network/synchronisable/SynchronisableVariable.cc
Log:
forgot to add some file
Added: branches/netp/src/network/synchronisable/SynchronisableVariable.cc
===================================================================
--- branches/netp/src/network/synchronisable/SynchronisableVariable.cc (rev 0)
+++ branches/netp/src/network/synchronisable/SynchronisableVariable.cc 2009-03-17 12:16:49 UTC (rev 2795)
@@ -0,0 +1,36 @@
+/*
+ * ORXONOX - the hottest 3D action shooter ever to exist
+ * > www.orxonox.net <
+ *
+ *
+ * License notice:
+ *
+ * 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 the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Author:
+ * Oliver Scheuss, (C) 2008
+ * Co-authors:
+ * ...
+ *
+ */
+
+#include "SynchronisableVariable.h"
+
+
+namespace orxonox{
+
+uint8_t SynchronisableVariableBase::state_ = 0;
+
+} //namespace
More information about the Orxonox-commit
mailing list