diff options
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index 152855d4c..7c20224ac 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PLAYERHANDLER_H -#define PLAYERHANDLER_H +#ifndef NET_PLAYERHANDLER_H +#define NET_PLAYERHANDLER_H #include "being.h" #include "flooritem.h" @@ -81,4 +81,4 @@ class PlayerHandler } // namespace Net -#endif // PLAYERHANDLER_H +#endif // NET_PLAYERHANDLER_H |