mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
Add forgotten const-qualifiers in interface headers. Remove unneeded PM headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user