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

La til min og max ruter.

parent b1f3757d
No related branches found
No related tags found
No related merge requests found
#ifndef __KONSTANTER_H
#define __KONSTANTER_H
const int MAX_ANTALL_STAPLASSER = 100; const int MAX_ANTALL_STAPLASSER = 100;
const int MIN_ANTALL_STAPLASSER = 0; const int MIN_ANTALL_STAPLASSER = 0;
const int MAX_ANTALL_SITTEPLASSER = 100; const int MAX_ANTALL_SITTEPLASSER = 100;
...@@ -6,3 +9,11 @@ const int MAX_ANTALL_VOGNER = 100; ...@@ -6,3 +9,11 @@ const int MAX_ANTALL_VOGNER = 100;
const int MIN_ANTALL_VOGNER = 0; const int MIN_ANTALL_VOGNER = 0;
const int MAX_BANELENGDE = 99999; const int MAX_BANELENGDE = 99999;
const int MIN_BANELENGDE = 0; const int MIN_BANELENGDE = 0;
const int MAX_MINUTTER = 59;
const int MIN_MINUTTER = 1;
const int MAX_TIMER = 23;
const int MIN_TIMER = 0;
const int MAX_RUTER = 9999;
const int MIN_RUTER = 1;
#endif // __KONSTANTER_H
\ 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