[NiL-SVN] SF.net SVN: nil: [539] trunk/nil-ng/src/nil-uvd/main.cc
Status: Alpha
Brought to you by:
e-user
|
From: <e-...@us...> - 2007-09-24 23:48:00
|
Revision: 539
http://nil.svn.sourceforge.net/nil/?rev=539&view=rev
Author: e-user
Date: 2007-09-24 16:47:57 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
fixed nil-uvd compilation for the new project infrastructure
Modified Paths:
--------------
trunk/nil-ng/src/nil-uvd/main.cc
Modified: trunk/nil-ng/src/nil-uvd/main.cc
===================================================================
--- trunk/nil-ng/src/nil-uvd/main.cc 2007-09-24 23:46:35 UTC (rev 538)
+++ trunk/nil-ng/src/nil-uvd/main.cc 2007-09-24 23:47:57 UTC (rev 539)
@@ -1,17 +1,30 @@
-/***************************************************************************
- * main.cc
+/******************************************************************************
+ * NiL isn't Liero
+ * main.cc - NiL server entry point and facilities initializations
+ *
+ * Copyright (C) 2005,2006,2007 Alexander Kahl <e-...@gm...>
+ *
+ * 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 3 of the License, or
+ * (at your option) any later version.
*
- * Wed Aug 16 ??:??:?? 2005
- * Copyright 2005 e-user
- * e-...@gm...
- ****************************************************************************/
-#include "common/console/text_console.h"
-#include "server/nil_server.h"
-#include "common/graphics/graphics.h"
-#include "common/world.h"
-#include "common/configuration/Configuration.h"
-#include "server/net/network_server.h"
+ * 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, see <http://www.gnu.org/licenses/>.
+ *
+ *****************************************************************************/
+#include <Configuration.h>
+#include <TextConsole.h>
+#include <Graphics.h>
+#include <server/NetworkServer.h>
+#include "World.h"
+
#include <string>
#include <iostream>
#include <SDL.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|