diff options
author | Simon Howard | 2006-12-15 19:35:46 +0000 |
---|---|---|
committer | Simon Howard | 2006-12-15 19:35:46 +0000 |
commit | 265c0de3419b5123052a10cef276e1221cd0630c (patch) | |
tree | 31cc300b13b7b636bec4eebedccf372fc2329eb0 /src/Makefile.am | |
parent | 136009e7505acc321c2b7f710929cb7d9b88a5b2 (diff) | |
download | chocolate-doom-265c0de3419b5123052a10cef276e1221cd0630c.tar.gz chocolate-doom-265c0de3419b5123052a10cef276e1221cd0630c.tar.bz2 chocolate-doom-265c0de3419b5123052a10cef276e1221cd0630c.zip |
Split off scaling code into i_scale.c. Add aspect ratio correction
stretching (fullscreen 320x240, 640x480, etc)!
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 771
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bb44f207..c27f2c35 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,6 +60,7 @@ hu_lib.c hu_lib.h \ hu_stuff.c hu_stuff.h \ i_main.c \ info.c info.h \ +i_scale.c i_scale.h \ i_sound.c i_sound.h \ i_system.c i_system.h \ i_timer.c i_timer.h \ |