This commit is contained in:
Charles 2001-02-28 19:49:12 +00:00
parent 7f48afd9c2
commit d48b10dca1
2 changed files with 4 additions and 6 deletions

View File

@ -51,8 +51,7 @@ CD_FILESYS_LIB := CMXBoot
backend_src := gameover \
complete
enemy_src := 2denemy \
npc \
enemy_src := npc \
npcdata \
npcpath \
nsjfish \
@ -74,8 +73,7 @@ enemy_src := 2denemy \
nocto \
nfskull \
nsklfish \
ngary \
enemy
ngary
projectl_src := projectl

View File

@ -23,8 +23,8 @@
#endif
#include "player\demoplay.h"
#ifndef __ENEMY_2DENEMY_H__
#include "enemy\2denemy.h"
#ifndef __ENEMY_NPC_H__
#include "enemy\npc.h"
#endif
#ifndef __PROJECTL_PROJECTL_H__