summaryrefslogtreecommitdiff
path: root/include/egg
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2024-09-30 02:34:33 +0200
committerGitHub <noreply@github.com>2024-09-29 20:34:33 -0400
commited4aa2311932f216067bfbc31bb692247c93ac55 (patch)
tree569fb28a5dd77a9996cdb67abb455a63388e86d8 /include/egg
parentfe1c06e056e3c9cfe96edd44af7a879175005f27 (diff)
d_rawarchive followups (#42)
* d_rawarchive followups * symbols hygiene * Add Egg function
Diffstat (limited to 'include/egg')
-rw-r--r--include/egg/gfx/eggLight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/egg/gfx/eggLight.h b/include/egg/gfx/eggLight.h
index 073705a7..f48991ba 100644
--- a/include/egg/gfx/eggLight.h
+++ b/include/egg/gfx/eggLight.h
@@ -20,6 +20,7 @@ public:
virtual void GetBinaryInner(Bin *) const override;
virtual size_t GetBinarySize() override;
virtual void SetBinaryInner(const Bin &, const Bin &, f32) override;
+ void replaceModelTextures(nw4r::g3d::ResMdl) const;
void drawAndCaptureTexture(f32, f32, f32, f32);
};