diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-17 19:08:10 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-17 19:08:10 -0400 |
| commit | 6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d (patch) | |
| tree | 48613c085df3b2b88bcbe37e765a7ffb880dde4a /src/help.c | |
| parent | b7efc1fa7c783729fcdfa5cd6fc0df1166b04556 (diff) | |
| download | market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.zip market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.tar.gz market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.tar.bz2 market-sim-6fb6191f35abf3e7b4e9aeaea566d3d2f9cd276d.tar.xz | |
random stuff
Diffstat (limited to 'src/help.c')
| -rw-r--r-- | src/help.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/help.c b/src/help.c new file mode 100644 index 0000000..d4ce8e4 --- /dev/null +++ b/src/help.c @@ -0,0 +1,6 @@ +#include "globals.h" + +void help_handler(struct player_t *player) +{ + printf("not implemented\n"); +} |