summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corefile.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-01-31 14:53:46 +1100
committer Vas Crabb <vas@vastheman.com>2020-01-31 14:53:46 +1100
commit3536bbdd7167b3982deca3e91960658ac620fdf1 (patch)
tree2c7ebf9e8c7a0736ae68a9231de1e2420f0c5da5 /src/lib/util/corefile.cpp
parenta984b33ada3bf472333e178a68fdb160faf3151f (diff)
there are reasons for things being the way they were (nw)
Diffstat (limited to 'src/lib/util/corefile.cpp')
-rw-r--r--src/lib/util/corefile.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/util/corefile.cpp b/src/lib/util/corefile.cpp
index 1fe33c7e348..d241dac6ed1 100644
--- a/src/lib/util/corefile.cpp
+++ b/src/lib/util/corefile.cpp
@@ -1162,6 +1162,15 @@ osd_file::error core_file::open_proxy(core_file &file, ptr &proxy)
/*-------------------------------------------------
+ closes a file
+-------------------------------------------------*/
+
+core_file::~core_file()
+{
+}
+
+
+/*-------------------------------------------------
load - open a file with the specified
filename, read it into memory, and return a
pointer