From 4b61fc505ed7ffb4b990b0433ab0d5dfba2962be Mon Sep 17 00:00:00 2001 From: Gergely POLONKAI Date: Sun, 25 Mar 2012 00:16:14 +0100 Subject: [PATCH] Renamed wmud_types.h to wmud-types.h Signed-off-by: Gergely POLONKAI --- src/db.h | 2 +- src/game-networking.h | 2 +- src/main.c | 2 +- src/maintenance.c | 2 +- src/players.h | 2 +- src/{wmud_types.h => wmud-types.h} | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename src/{wmud_types.h => wmud-types.h} (99%) diff --git a/src/db.h b/src/db.h index c35c01d..d6c5ad4 100644 --- a/src/db.h +++ b/src/db.h @@ -21,7 +21,7 @@ #include -#include "wmud_types.h" +#include "wmud-types.h" gboolean wmud_db_init(GError **err); gboolean wmud_db_players_load(GError **err); diff --git a/src/game-networking.h b/src/game-networking.h index 342d2ff..dfdda0b 100644 --- a/src/game-networking.h +++ b/src/game-networking.h @@ -21,7 +21,7 @@ #include -#include "wmud_types.h" +#include "wmud-types.h" /** * TELNET_IAC: diff --git a/src/main.c b/src/main.c index f87aca3..9f40b78 100644 --- a/src/main.c +++ b/src/main.c @@ -26,7 +26,7 @@ #include #endif -#include "wmud_types.h" +#include "wmud-types.h" #include "main.h" #include "game-networking.h" #include "interpreter.h" diff --git a/src/maintenance.c b/src/maintenance.c index c13524f..ba7940e 100644 --- a/src/maintenance.c +++ b/src/maintenance.c @@ -25,7 +25,7 @@ #include #endif -#include "wmud_types.h" +#include "wmud-types.h" #include "maintenance.h" #include "main.h" #include "players.h" diff --git a/src/players.h b/src/players.h index 991ad94..954f055 100644 --- a/src/players.h +++ b/src/players.h @@ -21,7 +21,7 @@ #include -#include "wmud_types.h" +#include "wmud-types.h" extern GSList *players; diff --git a/src/wmud_types.h b/src/wmud-types.h similarity index 99% rename from src/wmud_types.h rename to src/wmud-types.h index d878573..52e2232 100644 --- a/src/wmud_types.h +++ b/src/wmud-types.h @@ -1,7 +1,7 @@ /* wMUD - Yet another MUD codebase by W00d5t0ck * Copyright (C) 2012 - Gergely POLONKAI * - * wmud_types.h: Common wMUD data types + * wmud-types.h: Common wMUD data types * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by