You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/missionui/missionscreencommon.cpp
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
#include"io/mouse.h"
33
33
#include"io/timer.h"
34
34
#include"lighting/lighting.h"
35
+
#include"lighting/lighting_profiles.h"
35
36
#include"missionui/chatbox.h"
36
37
#include"missionui/missionbrief.h"
37
38
#include"missionui/missionscreencommon.h"
@@ -1553,6 +1554,8 @@ int restore_wss_data(ubyte *data)
1553
1554
1554
1555
voiddraw_model_icon(int model_id, uint64_t flags, float closeup_zoom, int x, int y, int w, int h, ship_info *sip, int resize_mode, const vec3d *closeup_pos)
0 commit comments