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

La til nye konstanter for Avgangs tid for rute og MAXCHAR verdi i konstanter.h.

parent cd71a50c
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,8 @@ const int MAX_TIMER = 23;
const int MIN_TIMER = 0;
const int MAX_RUTER = 9999;
const int MIN_RUTER = 1;
const int MIN_AVGANGS_TID = 6;
const int MAX_AVGANGS_TID = 120;
const int MAX_CHAR = 200;
#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