source: liacs/pm/qt-nim2/const.h@ 401

Last change on this file since 401 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: 301 bytes
RevLine 
[2]1#ifndef CONSTANTEN_H
2#define CONSTANTEN_H
3
4//bepaal de grenzen van het speelbord
5#define MIN_STAPELS 1
6#define MIN_STOKJES 1
7#define MAX_STAPELS 20
8#define MAX_STOKJES 20
9
10//bepaal beginwaarden van keuze menu
11#define START_STAPELS 5
12#define START_STOKJES 5
13#define START_NIVEAU 2
14
15#endif
Note: See TracBrowser for help on using the repository browser.