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 \
|
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
|
||||||
|
|
||||||
|
|
|
@ -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__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue