Added mng.c
This commit is contained in:
parent
05345d8886
commit
b7b2fbac5b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
MODULE = src/video
|
||||
MSRC = cursor.c font.c graphic.c linedraw.c png.c sdl.c sprite.c video.c
|
||||
MSRC = cursor.c font.c graphic.c linedraw.c mng.c png.c sdl.c sprite.c video.c
|
||||
MHDRS = intern_video.h
|
||||
|
||||
SRC += $(addprefix $(MODULE)/,$(MSRC))
|
||||
|
|
Loading…
Reference in a new issue