diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-29 10:34:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-29 10:34:10 +0000 |
| commit | c8c3db36a4593e396681b4acd5e9d318a28b1648 (patch) | |
| tree | 7aafc5d61fce1f6971dde96a5e345a1670e115ea /src/wscript | |
| parent | 75aa6e480d998b29205c0eab328697a5d007986b (diff) | |
Time -> FrameTime.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript index 7f00d20..400eb54 100644 --- a/src/wscript +++ b/src/wscript @@ -10,17 +10,17 @@ def build(bld): obj.target = 'sub' obj.export_includes = ['.'] obj.source = """ + frame_time.cc reader.cc stl_reader.cc stl_writer.cc - sub_time.cc """ headers = """ + frame_time.h reader.h stl_reader.h stl_writer.h - sub_time.h writer.h """ |
