diff options
| author | Aetias <aetias@outlook.com> | 2024-06-20 18:48:09 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-06-20 18:48:09 +0200 |
| commit | 1fe5a6157587401e122c864f3b50cd223f4d4f98 (patch) | |
| tree | 2789df045f5d9ca3f0a77e6dd9bc9bd6251691c8 /src/14_Land/Actor/ActorRupee.cpp | |
| parent | fa44ec1ca44569869e67cc3559a1b1658bf0de78 (diff) | |
Remove `#ifdef STUBS`
Diffstat (limited to 'src/14_Land/Actor/ActorRupee.cpp')
| -rw-r--r-- | src/14_Land/Actor/ActorRupee.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/14_Land/Actor/ActorRupee.cpp b/src/14_Land/Actor/ActorRupee.cpp index 20d98de4..d2641f38 100644 --- a/src/14_Land/Actor/ActorRupee.cpp +++ b/src/14_Land/Actor/ActorRupee.cpp @@ -1,7 +1,5 @@ #include "Actor/ActorRupee.hpp" -#ifdef STUBS - Resource ActorRupee::gResource; ActorType ActorRupee::gType; @@ -21,5 +19,3 @@ void ActorRupee::func_ov14_0213b5f4(RupeeId id, unk32 param2, Vec3p *param3, boo void ActorRupee::func_ov14_0213b6a4(RupeeId id, void *param2) {} bool ActorRupee::func_ov14_0213b70c(RupeeId id) {} ActorRupee::~ActorRupee() {} - -#endif |
