Skip to content
Snippets Groups Projects
Select Git revision
  • c1c7aa0244bcbdbee4dba630dbf63e1be3676121
  • main default protected
  • backup-includeCitiesInInfo
  • includeCitiesInInfo
  • statusEndPoint
  • KombinereAPI
6 results

main.go

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    enum.h 243 B
    /**
     * Header-fil for enum
     * 
     * @file enum.h
     * @author Sondre Sand & Frederik Simonsen
     */
    
    #ifndef __ENUM_H
    #define __ENUM_H
    
    /**
     * Retning (hvilken vei rute skal skrives ut: Fram eller Tilbake)
     */
    enum Retning { Fram, Tilbake };
    
    #endif