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 \ backend_src := gameover \
complete complete
enemy_src := 2denemy \ enemy_src := npc \
npc \
npcdata \ npcdata \
npcpath \ npcpath \
nsjfish \ nsjfish \
@ -74,8 +73,7 @@ enemy_src := 2denemy \
nocto \ nocto \
nfskull \ nfskull \
nsklfish \ nsklfish \
ngary \ ngary
enemy
projectl_src := projectl projectl_src := projectl

View file

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