mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-25 17:24:35 -04:00
Use precompiled headers, fix weak data issues
This commit is contained in:
+1
-4
@@ -3,6 +3,7 @@
|
||||
// Translation Unit: d_camera.cpp
|
||||
//
|
||||
|
||||
#include "d/dolzel.h" // IWYU pragma: keep
|
||||
#include "d/d_camera.h"
|
||||
#include "d/d_bg_s_gnd_chk.h"
|
||||
#include "d/d_bg_s_lin_chk.h"
|
||||
@@ -30,10 +31,6 @@
|
||||
#include "d/actor/d_a_tsubo.h"
|
||||
#include "d/actor/d_a_npc_cb1.h"
|
||||
|
||||
|
||||
#include "weak_bss_936_to_1036.h" // IWYU pragma: keep
|
||||
#include "weak_data_1811.h" // IWYU pragma: keep
|
||||
|
||||
namespace {
|
||||
static f32 limitf(f32 value, f32 min, f32 max) {
|
||||
if (value > max) {
|
||||
|
||||
Reference in New Issue
Block a user