diff options
author | Jaromir Wysoglad | 2019-05-28 11:09:45 +0200 |
---|---|---|
committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 |
commit | cf2583f14277962d4bb7e46a158677440f0e8f83 (patch) | |
tree | 0702e7c2fb98a2046e2d292a7065fd8d2905a3f0 /engines/supernova2/module.mk | |
parent | 7e2ca31be085ab3336e5eff38e46cca60fea6a2a (diff) | |
download | scummvm-rg350-cf2583f14277962d4bb7e46a158677440f0e8f83.tar.gz scummvm-rg350-cf2583f14277962d4bb7e46a158677440f0e8f83.tar.bz2 scummvm-rg350-cf2583f14277962d4bb7e46a158677440f0e8f83.zip |
SUPERNOVA2: Finished copying of engine skeleton.
Diffstat (limited to 'engines/supernova2/module.mk')
-rw-r--r-- | engines/supernova2/module.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/supernova2/module.mk b/engines/supernova2/module.mk index 541008ee26..f62af5f1a7 100644 --- a/engines/supernova2/module.mk +++ b/engines/supernova2/module.mk @@ -3,6 +3,10 @@ MODULE := engines/supernova2 MODULE_OBJS := \ detection.o \ state.o \ + graphics.o \ + resman.o \ + rooms.o \ + screen.o \ console.o \ supernova2.o |