From 0b860bb5dd6d2007db605291d239a6a9d41f57d1 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 23 Sep 2024 07:36:16 -0500 Subject: Installable library. --- source/fud_c_file.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/fud_c_file.cpp') diff --git a/source/fud_c_file.cpp b/source/fud_c_file.cpp index ff54d8e..24186bf 100644 --- a/source/fud_c_file.cpp +++ b/source/fud_c_file.cpp @@ -57,4 +57,9 @@ const FILE* CBinaryFile::file() const return m_file; } +FILE* CBinaryFile::file() +{ + return m_file; +} + } // namespace fud -- cgit v1.2.3