From ad058ca883e817035453958f9dfd9e1234c918a0 Mon Sep 17 00:00:00 2001 From: Fuzzy2319 Date: Fri, 4 Apr 2025 17:21:03 +0200 Subject: [PATCH] add:ResFile::Setup function --- include/g3d/aglNW4FToNN.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/g3d/aglNW4FToNN.h b/include/g3d/aglNW4FToNN.h index 79e39fb..3c52c62 100644 --- a/include/g3d/aglNW4FToNN.h +++ b/include/g3d/aglNW4FToNN.h @@ -2,14 +2,13 @@ namespace nn::g3d { class ResFile; -} +} // namespace nn::g3d namespace agl::g3d { - class ResFile { public: + static void Setup(nn::g3d::ResFile*); static void BindTexture(nn::g3d::ResFile*, nn::g3d::ResFile*); static void Cleanup(nn::g3d::ResFile*); }; - } // namespace agl::g3d