diff options
-rw-r--r-- | The Mana World.dev | 24 | ||||
-rw-r--r-- | src/main.h | 1 |
2 files changed, 22 insertions, 3 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index 31274398..e98ccade 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=88 +UnitCount=90 Type=0 Ver=1 ObjFiles= @@ -33,7 +33,7 @@ CompilerSettings=0010001001001000001101 Major=0 Minor=0 Release=8 -Build=797 +Build=807 LanguageID=1033 CharsetID=1252 CompanyName=The Mana World Development Team @@ -932,3 +932,23 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit89] +FileName=src\gui\confirm_dialog.cpp +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit90] +FileName=src\gui\confirm_dialog.h +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + @@ -96,6 +96,5 @@ extern PLAYER_INFO *char_info; extern unsigned char state; extern unsigned short x, y; extern unsigned char direction; -extern unsigned char stretch_mode; #endif |