summaryrefslogtreecommitdiff
path: root/game/objectives/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/objectives/goto.h')
-rw-r--r--game/objectives/goto.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/objectives/goto.h b/game/objectives/goto.h
index 01e47ae..acd5e48 100644
--- a/game/objectives/goto.h
+++ b/game/objectives/goto.h
@@ -1,5 +1,4 @@
-#ifndef GOTO_H
-#define GOTO_H
+#pragma once
#include <game/activity.h>
#include <game/network/link.h>
@@ -18,5 +17,3 @@ private:
Link::Nexts links;
float startDist;
};
-
-#endif