Fixed some header inclusions

This commit is contained in:
Gergely Polonkai 2013-01-06 03:08:06 +01:00
parent 992bfdf0c8
commit 2add2d6179
3 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <glib.h>
#include "wmudclient.h"
#include "wmudplayer.h"
extern GSList *players;

View File

@ -21,6 +21,7 @@
#include "game-networking.h"
#include "texts.h"
#include "wmudclient.h"
static const gchar *text_files[] = {
"motd",

View File

@ -19,6 +19,7 @@
#ifndef __WMUD_TEXTS_H__
#define __WMUD_TEXTS_H__
#include "wmudclient.h"
void wmud_texts_init(void);
void wmud_text_send_to_client(gchar *text, WmudClient *client);