This commit is contained in:
parent
7f48afd9c2
commit
d48b10dca1
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue