From b4cef60d62e24d3c0c0451e94adf99254a259a3d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 08:01:29 +0000 Subject: fixed the remote console --- src/game/client/lineinput.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/game/client/lineinput.hpp') diff --git a/src/game/client/lineinput.hpp b/src/game/client/lineinput.hpp index cf42a7a5..80ef3c52 100644 --- a/src/game/client/lineinput.hpp +++ b/src/game/client/lineinput.hpp @@ -1,3 +1,5 @@ +#ifndef GAME_CLIENT_LINEINPUT_H +#define GAME_CLIENT_LINEINPUT_H // line input helter class LINEINPUT @@ -21,3 +23,5 @@ public: int get_length() const { return len; } unsigned cursor_offset() const { return cursor_pos; } }; + +#endif -- cgit 1.4.1