diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 00:38:57 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 00:38:57 +0000 |
commit | 4542a711526bfcd09184436eda440b10bb92fbed (patch) | |
tree | 623aa067833af01cb530140ebc151a41659929e6 /The Mana World.dev | |
parent | e5ba1c69c54cb7e7abbe2bab67aff46255575d0e (diff) | |
download | mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.gz mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.bz2 mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.xz mana-4542a711526bfcd09184436eda440b10bb92fbed.zip |
Ported buy/sell dialog, made sure mouse is only drawn once and updated build
files.
Diffstat (limited to 'The Mana World.dev')
-rw-r--r-- | The Mana World.dev | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index c1f13363..38354190 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=70 +UnitCount=74 Type=0 Ver=1 ObjFiles= @@ -752,3 +752,43 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit71] +FileName=src\gui\radiobutton.cpp +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit72] +FileName=src\gui\radiobutton.h +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit73] +FileName=src\gui\buysell.cpp +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit74] +FileName=src\gui\buysell.h +CompileCpp=1 +Folder=gui +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |