mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/**
|
||||
* @file d_a_cow.cpp
|
||||
* @file d_a_cow.cpp
|
||||
*
|
||||
*/
|
||||
|
||||
#include "d/dolzel_rel.h"
|
||||
|
||||
#include "d/actor/d_a_cow.h"
|
||||
#include "SSystem/SComponent/c_lib.h"
|
||||
#include "Z2AudioLib/Z2Instances.h"
|
||||
@@ -34,10 +36,7 @@
|
||||
(val) = (min); \
|
||||
}
|
||||
|
||||
#define CLAMP_COW_BODY_ANGLE(angle) CLAMP((angle), -0x2000, 0x2000)
|
||||
|
||||
UNK_REL_DATA;
|
||||
UNK_REL_BSS;
|
||||
#define CLAMP_COW_BODY_ANGLE(angle) CLAMP((angle), -0x2000, 0x2000);
|
||||
|
||||
namespace {
|
||||
static dCcD_SrcSph cc_sph_src = {{{0, {{0, 0, {0}}, {0xfbfdfb, {0x11}}, {{0x79}}}},
|
||||
|
||||
Reference in New Issue
Block a user