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

La til stier for DTA filer i konstanter.h.

parent f8f0c8d5
No related branches found
No related tags found
No related merge requests found
#ifndef __KONSTANTER_H
#define __KONSTANTER_H
#include <string>
const int MAX_ANTALL_STAPLASSER = 100;
const int MIN_ANTALL_STAPLASSER = 0;
const int MAX_ANTALL_SITTEPLASSER = 100;
......@@ -18,5 +20,7 @@ const int MIN_RUTER = 1;
const int MIN_AVGANGS_TID = 6;
const int MAX_AVGANGS_TID = 120;
const int MAX_CHAR = 200;
const std::string STI_STOPPESTEDER = "STOPPESTEDER.DTA";
const std::string STI_RUTER = "RUTER.DTA";
#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