diff options
author | Paul Gilbert | 2019-06-15 16:04:50 -0700 |
---|---|---|
committer | Paul Gilbert | 2019-06-15 22:31:50 -0700 |
commit | f3dc9a86b3d5e12c564a7e764eba7239f3872359 (patch) | |
tree | 683462edf6902a2a37e80cbcde0c6122b3d5ed31 /engines | |
parent | 1b6ac1a67cc65ca5fcb5c076f3f48b7ce8c6e6a8 (diff) | |
download | scummvm-rg350-f3dc9a86b3d5e12c564a7e764eba7239f3872359.tar.gz scummvm-rg350-f3dc9a86b3d5e12c564a7e764eba7239f3872359.tar.bz2 scummvm-rg350-f3dc9a86b3d5e12c564a7e764eba7239f3872359.zip |
GLK: Added missing files to POTFILES
Diffstat (limited to 'engines')
-rw-r--r-- | engines/glk/POTFILES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/glk/POTFILES b/engines/glk/POTFILES index 935c263619..895fabdf51 100644 --- a/engines/glk/POTFILES +++ b/engines/glk/POTFILES @@ -1,4 +1,9 @@ +engines/glk/glk_api.cpp engines/glk/streams.cpp -engines/glk/scott/scott.cpp +engines/glk/advsys/advsys.cpp +engines/glk/advsys/vm.cpp +engines/glk/alan2/alan2.cpp engines/glk/frotz/detection.cpp engines/glk/glulxe/glulxe.cpp +engines/glk/magnetic/magnetic.cpp +engines/glk/scott/scott.cpp |