pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor level_property_window.cxx,NONE


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor level_property_window.cxx,NONE,1.1 level_property_window.hxx,NONE,1.1
Date: 29 Jun 2002 17:39:24 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv19245/src/editor

Added Files:
        level_property_window.cxx level_property_window.hxx 
Log Message:
- new gfx
- new level
- removed some not working actions, from the default actions

--- NEW FILE: level_property_window.cxx ---
//  $Id: level_property_window.cxx,v 1.1 2002/06/29 17:39:21 grumbel Exp $
//
//  Pingus - A free Lemmings clone
//  Copyright (C) 2000 Ingo Ruhnke <address@hidden>
//
//  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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

#include "level_property_window.hxx"

/******************
 Level Properties

 Levelname:   ...
 Description: ...
 Author: ........
 
 Pingus: 100
 ToSave: 50
  
 Time: .....?

 Width:  800
 Height: 600

 Difficulty: [   X  ]
 [x] Playable
 Comment: .......

 [  OK  ] [Cancel]
*********************/

LevelPropertyWindow::LevelPropertyWindow ()
{
}

/* EOF */

--- NEW FILE: level_property_window.hxx ---
//  $Id: level_property_window.hxx,v 1.1 2002/06/29 17:39:21 grumbel Exp $
// 
//  Pingus - A free Lemmings clone
//  Copyright (C) 2000 Ingo Ruhnke <address@hidden>
//
//  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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

#ifndef HEADER_PINGUS_LEVEL_PROPERTY_WINDOW_HXX
#define HEADER_PINGUS_LEVEL_PROPERTY_WINDOW_HXX

class LevelPropertyWindow
{
private:
  
public:
  LevelPropertyWindow ();
};

#endif

/* EOF */




reply via email to

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