Fix syntax error

master
Per Inge Mathisen 2011-10-04 21:42:50 -04:00
parent 442871d433
commit cdcf510717
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@
#ifndef __INCLUDED_SRC_ORDER_H__
#define __INCLUDED_SRC_ORDER_H__
#include "droiddef. */h"
#include "orderdef. */h"
#include "droiddef. */h"
#include "structuredef. */h"
#include "droiddef.h"
#include "orderdef.h"
#include "droiddef.h"
#include "structuredef.h"
/** Retreat positions for the players. This is a global instance of RUN_DATA.*/
extern RUN_DATA asRunData[MAX_PLAYERS];