source: liacs/pm/Nim_MakeFile/NimStapel.h@ 8

Last change on this file since 8 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 337 bytes
Line 
1//Class die gebruikt wordt om terugzetten te realiseren
2class NimStapel{
3 public:
4 NimStapel( ); //creator
5 ~NimStapel( ) { };
6 int StapelNummer; //Nummer van de stapel waar het
7 int AantalEraf; //AantalEraf af is gegaan
8 NimStapel * VorigeZet_pt; //Pointer naar de zet ervoor, maakt stapelen mogelijk
9};// end NimData
10
Note: See TracBrowser for help on using the repository browser.