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/debug.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/debug.c')
| -rw-r--r-- | src/debug.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c new file mode 100644 index 0000000..fe0d7cb --- /dev/null +++ b/src/debug.c @@ -0,0 +1,11 @@ +#include "globals.h" + +void debug_init(void) +{ + +} + +void debug_handler(struct player_t *player) +{ + printf("go away\n"); +} |