Renamed wmud_types.h to wmud-types.h
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
parent
2ecf738255
commit
4b61fc505e
2
src/db.h
2
src/db.h
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include "wmud_types.h"
|
#include "wmud-types.h"
|
||||||
|
|
||||||
gboolean wmud_db_init(GError **err);
|
gboolean wmud_db_init(GError **err);
|
||||||
gboolean wmud_db_players_load(GError **err);
|
gboolean wmud_db_players_load(GError **err);
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include "wmud_types.h"
|
#include "wmud-types.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TELNET_IAC:
|
* TELNET_IAC:
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <crypt.h>
|
#include <crypt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wmud_types.h"
|
#include "wmud-types.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "game-networking.h"
|
#include "game-networking.h"
|
||||||
#include "interpreter.h"
|
#include "interpreter.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <crypt.h>
|
#include <crypt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wmud_types.h"
|
#include "wmud-types.h"
|
||||||
#include "maintenance.h"
|
#include "maintenance.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "players.h"
|
#include "players.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#include "wmud_types.h"
|
#include "wmud-types.h"
|
||||||
|
|
||||||
extern GSList *players;
|
extern GSList *players;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* wMUD - Yet another MUD codebase by W00d5t0ck
|
/* wMUD - Yet another MUD codebase by W00d5t0ck
|
||||||
* Copyright (C) 2012 - Gergely POLONKAI
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
Loading…
Reference in New Issue
Block a user