Skip to content
Snippets Groups Projects
Commit 08f03e5c authored by Andreas Blakli's avatar Andreas Blakli
Browse files

La inn min max på antall sitte og ståplasser i konstanter.h.

parent 3d600093
No related branches found
No related tags found
No related merge requests found
const int MAX_ANTALL_STAPLASSER = 100;
const int MIN_ANTALL_STAPLASSER = 0;
const int MAX_ANTALL_SITTEPLASSER = 100;
const int MIN_ANTALL_SITTEPLASSER = 0;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment