summaryrefslogtreecommitdiff
path: root/game/network/rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/network/rail.h')
-rw-r--r--game/network/rail.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/game/network/rail.h b/game/network/rail.h
index 47969d6..758beb6 100644
--- a/game/network/rail.h
+++ b/game/network/rail.h
@@ -1,5 +1,4 @@
-#ifndef RAILLINKS_H
-#define RAILLINKS_H
+#pragma once
#include "chronology.hpp"
#include "game/worldobject.h"
@@ -58,5 +57,3 @@ public:
private:
void tick(TickDuration elapsed) override;
};
-
-#endif