/***************************************************************************
ipoints.h - description
-------------------
begin : Fri May 12 2000
copyright : (C) 2000 by Daniel Roberge
email : droberge@uvic.ca
***************************************************************************/
/***************************************************************************
* *
* 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. *
* *
***************************************************************************/
#ifndef IPOINTS_H
#define IPOINTS_H
/**A points class with a current value and a minimum value
*@author Daniel Roberge
*/
class IncreasablePoints {
public:
IncreasablePoints();
~IncreasablePoints();
};
#endif
| Generated by: droberge@magebook.localdomain on Mon Jul 3 13:20:08 200. |