summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-12 22:34:04 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-20 20:04:21 +0200
commit05bfa3d1fe9e274ed195647c6f74cb272f00c23d (patch)
tree1372760463b288ff4e10ef7fb6e7414e202829f5 /src/wscript
parent0338e7a7c19617f9ebb64ee02fbf3cceab8cf03f (diff)
Add and use new File class.master
It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 15e34379..da4d0d1e 100644
--- a/src/wscript
+++ b/src/wscript
@@ -54,6 +54,7 @@ def build(bld):
decrypted_kdm_key.cc
encrypted_kdm.cc
exceptions.cc
+ file.cc
font_asset.cc
fsk.cc
gamma_transfer_function.cc
@@ -144,6 +145,7 @@ def build(bld):
decrypted_kdm_key.h
encrypted_kdm.h
exceptions.h
+ file.h
font_asset.h
frame.h
fsk.h