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

La til ny fil kalt enumer.h med enum for Retning.

parent f61c6c37
No related branches found
No related tags found
No related merge requests found
enumer.h 0 → 100644
#ifndef __ENUMER_H
#define __ENUMER_H
/**
* Enum for retning av tabell.
*
*/
enum Retning {
Fram,
Tilbake,
Annen
};
#endif //__ENUMER_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