Fixed some header inclusions
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user