diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 07:36:16 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 07:36:16 -0500 |
commit | 0b860bb5dd6d2007db605291d239a6a9d41f57d1 (patch) | |
tree | fab140e03a3665236503d1405de9d33ba58ccc4a /source/fud_c_file.cpp | |
parent | 7da829d48f9059c83ab9cada2c850621e8bbd3f3 (diff) |
Installable library.
Diffstat (limited to 'source/fud_c_file.cpp')
-rw-r--r-- | source/fud_c_file.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |