From 0b6c727e36a764c1eee496ab80b14a5da00f21c5 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 12 Oct 2024 16:16:32 +0200 Subject: Add `.clang-format` --- include/Render/ModelRender.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Render/ModelRender.hpp') diff --git a/include/Render/ModelRender.hpp b/include/Render/ModelRender.hpp index d511175b..e6c26635 100644 --- a/include/Render/ModelRender.hpp +++ b/include/Render/ModelRender.hpp @@ -22,7 +22,7 @@ public: /* 5c */ /* 00 */ virtual ~ModelRender(); - /* 08 */ virtual void* GetLcdcAddress(); + /* 08 */ virtual void *GetLcdcAddress(); /* 0c */ virtual void vfunc_0c(ItemModel *model); /* 10 */ virtual void SetTransform(Vec3p *scale, Mat3p *rotation, Vec3p *translation); /* 14 */ virtual void SetRotationTranslation(Mat3p *rotation, Vec3p *translation); -- cgit v1.2.3