Add forgotten const-qualifiers in interface headers. Remove unneeded PM headers

This commit is contained in:
Alibek Omarov
2018-04-23 23:06:18 +03:00
parent fd649905ea
commit e1f80fba3d
13 changed files with 109 additions and 196 deletions
+1 -3
View File
@@ -72,8 +72,6 @@ int RankForContents( int contents );
#define check_angles( x ) ( (int)x == 90 || (int)x == 180 || (int)x == 270 || (int)x == -90 || (int)x == -180 || (int)x == -270 )
#include "pm_shared.h"
/*
===============================================================================
@@ -104,4 +102,4 @@ typedef struct event_state_s
event_info_t ei[MAX_EVENT_QUEUE];
} event_state_t;
#endif//WORLD_H
#endif//WORLD_H