Skip to content
Snippets Groups Projects
Commit 0eae23f6 authored by Philipp Pister's avatar Philipp Pister
Browse files

Upload New File

parent 6ac94558
No related branches found
No related tags found
No related merge requests found
#ifndef NAVIDATEN_H
#define NAVIDATEN_H
#include "ort.h"
class NaviDaten : public Ort
{
public:
NaviDaten(double laengengrad, double breitengrad);
int getID() const;
void setID(int newID);
private:
static int idCounter;
int id;
};
#endif // NAVIDATEN_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment