Renamed wmud_types.h to wmud-types.h

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-03-25 00:16:14 +01:00
parent 2ecf738255
commit 4b61fc505e
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
#include <glib.h>
#include "wmud_types.h"
#include "wmud-types.h"
gboolean wmud_db_init(GError **err);
gboolean wmud_db_players_load(GError **err);

View File

@ -21,7 +21,7 @@
#include <glib.h>
#include "wmud_types.h"
#include "wmud-types.h"
/**
* TELNET_IAC:

View File

@ -26,7 +26,7 @@
#include <crypt.h>
#endif
#include "wmud_types.h"
#include "wmud-types.h"
#include "main.h"
#include "game-networking.h"
#include "interpreter.h"

View File

@ -25,7 +25,7 @@
#include <crypt.h>
#endif
#include "wmud_types.h"
#include "wmud-types.h"
#include "maintenance.h"
#include "main.h"
#include "players.h"

View File

@ -21,7 +21,7 @@
#include <glib.h>
#include "wmud_types.h"
#include "wmud-types.h"
extern GSList *players;

View File

@ -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