stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/beos beos.c beos.cpp


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/beos beos.c beos.cpp
Date: 16 Dec 2003 16:58:48 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/16 16:58:48

Modified files:
        src/beos       : beos.c beos.cpp 

Log message:
        Tabs

Patches:
Index: stratagus/src/beos/beos.c
diff -u stratagus/src/beos/beos.c:1.10 stratagus/src/beos/beos.c:1.11
--- stratagus/src/beos/beos.c:1.10      Sat Jul 12 00:35:29 2003
+++ stratagus/src/beos/beos.c   Tue Dec 16 16:58:47 2003
@@ -1,16 +1,16 @@
-//       _________ __                 __                               
+//       _________ __                 __
 //      /   _____//  |_____________ _/  |______     ____  __ __  ______
 //      \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
 //      /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ |
 //     /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
-//             \/                  \/          \//_____/            \/ 
+//             \/                  \/          \//_____/            \/
 //  ______________________                           ______________________
-//                       T H E   W A R   B E G I N S
-//        Stratagus - A free fantasy real time strategy game engine
+//                        T H E   W A R   B E G I N S
+//         Stratagus - A free fantasy real time strategy game engine
 //
-/address@hidden beos.c         -       The BeOS functions */
+/address@hidden beos.c - The BeOS functions */
 //
-//     (c) Copyright 2000,2001 by Kenneth Sanislo
+//      (c) Copyright 2000-2004 by Kenneth Sanislo
 //
 //      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
@@ -26,14 +26,14 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: beos.c,v 1.10 2003/07/11 14:35:29 n0body Exp $
+//      $Id: beos.c,v 1.11 2003/12/16 05:58:47 wizzard Exp $
 
 //@{
 
 // NOTE: setup/make use beos.c and BeIDE use beos.cpp
 
 /*----------------------------------------------------------------------------
---     Includes
+--  Includes
 ----------------------------------------------------------------------------*/
 
 #include "stratagus.h"
@@ -41,14 +41,16 @@
 #ifdef USE_BEOS
 
 /*----------------------------------------------------------------------------
---     Functions
+--  Functions
 ----------------------------------------------------------------------------*/
 
 /**
-**     Need init function for beos.
+**  Need init function for beos.
+**
+**  @param argc  Number of command line argurments
 */
-global void beos_init( int argc, char **argv )
-{ 
+global void beos_init(int argc, char **argv)
+{
 }
 
 #endif
Index: stratagus/src/beos/beos.cpp
diff -u stratagus/src/beos/beos.cpp:1.6 stratagus/src/beos/beos.cpp:1.7
--- stratagus/src/beos/beos.cpp:1.6     Fri Jul  4 02:55:33 2003
+++ stratagus/src/beos/beos.cpp Tue Dec 16 16:58:47 2003
@@ -5,19 +5,19 @@
 //     /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
 //             \/                  \/          \//_____/            \/ 
 //  ______________________                           ______________________
-//                       T H E   W A R   B E G I N S
-//        Stratagus - A free fantasy real time strategy game engine
+//                        T H E   W A R   B E G I N S
+//         Stratagus - A free fantasy real time strategy game engine
 //
-/address@hidden beos.cpp       -       The BeOS functions */
+/address@hidden beos.cpp - The BeOS functions */
 //
-//     (c) Copyright 2000 by Kenneth Sanislo
+//      (c) Copyright 2000-2004 by Kenneth Sanislo
 //
-//     $Id: beos.cpp,v 1.6 2003/07/03 16:55:33 ingo Exp $
+//      $Id: beos.cpp,v 1.7 2003/12/16 05:58:47 wizzard Exp $
 
 //@{
 
 /*----------------------------------------------------------------------------
---     Includes
+--  Includes
 ----------------------------------------------------------------------------*/
 
 #ifdef USE_BEOS
@@ -26,16 +26,21 @@
 #include <unistd.h>
 
 /*----------------------------------------------------------------------------
---     Functions
+--  Functions
 ----------------------------------------------------------------------------*/
 
 extern "C" {
 
-void beos_init( int argc, char **argv )
+/**
+**  Need init function for beos.
+**
+**  @param argc  Number of command line argurments
+*/
+void beos_init(int argc, char **argv)
 { 
-  BPath path( argv[0] );
-  path.GetParent( &path );
-  chdir( path.Path() );
+       BPath path( argv[0] );
+       path.GetParent( &path );
+       chdir( path.Path() );
 }
 
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]