diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-02 18:27:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-02 18:27:55 +0300 |
commit | 58e15c3e6f8694ad2dacaa400bc22d9f53c38cde (patch) | |
tree | 57ccbb6a58f6ea3183d0e773588964947dbb6221 /src/gui/windows/shopselldialog.cpp | |
parent | a37d41fe0bb21b5f940a0bfca87e94121b82c2bd (diff) | |
download | ManaVerse-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.tar.gz ManaVerse-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.tar.bz2 ManaVerse-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.tar.xz ManaVerse-58e15c3e6f8694ad2dacaa400bc22d9f53c38cde.zip |
Mark shopselldialog.cpp as tmwa only file.
Diffstat (limited to 'src/gui/windows/shopselldialog.cpp')
-rw-r--r-- | src/gui/windows/shopselldialog.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/shopselldialog.cpp b/src/gui/windows/shopselldialog.cpp index a124bfdd4..e301f9aca 100644 --- a/src/gui/windows/shopselldialog.cpp +++ b/src/gui/windows/shopselldialog.cpp @@ -20,6 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef TMWA_SUPPORT + #include "gui/windows/shopselldialog.h" #include "being/playerinfo.h" @@ -54,3 +56,5 @@ void ShopSellDialog::sellAction(const ActionEvent &event A_UNUSED) if (tradeWindow) tradeWindow->addAutoItem(mNick, item, mAmountItems); } + +#endif // TMWA_SUPPORT |