Fixed some header inclusions
This commit is contained in:
parent
992bfdf0c8
commit
2add2d6179
@ -21,7 +21,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "wmudclient.h"
|
||||
#include "wmudplayer.h"
|
||||
|
||||
extern GSList *players;
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "game-networking.h"
|
||||
#include "texts.h"
|
||||
#include "wmudclient.h"
|
||||
|
||||
static const gchar *text_files[] = {
|
||||
"motd",
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user