diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-04 08:42:00 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-04 08:42:00 -0500 |
commit | 30dd8efe8d71648bea7604ebee5afc4d55b25a6b (patch) | |
tree | 73cf4dbaa2be340597f6fac7fd7a1cedae9cbdea /include/ui.h | |
parent | 6af8dcbaa41a7db52ff8f6074d2b113ec7eaf12d (diff) |
You can buy sausages from meme
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.h b/include/ui.h index 667a581..ed9fb94 100644 --- a/include/ui.h +++ b/include/ui.h @@ -146,7 +146,7 @@ namespace ui { */ void dialogBox(const char *name,const char *opt,bool passive,const char *text,...); - void merchantBox(const char *name, std::vector<BuySell> *items, const char *opt,bool passive,const char *text,...); + void merchantBox(const char *name,Trade trade,const char *opt,bool passive,const char *text,...); void merchantBox(); void waitForDialog(void); |