diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-17 19:08:10 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-05-17 19:08:10 -0400 |
| commit | fc473dfc3eef8e1f88aeb381d5c5bf3e999c5f45 (patch) | |
| tree | 48613c085df3b2b88bcbe37e765a7ffb880dde4a /src/debug.c | |
| parent | 810e8b5f0801916b4eb61b03db8d144435c943c9 (diff) | |
| download | market-sim-fc473dfc3eef8e1f88aeb381d5c5bf3e999c5f45.zip market-sim-fc473dfc3eef8e1f88aeb381d5c5bf3e999c5f45.tar.gz market-sim-fc473dfc3eef8e1f88aeb381d5c5bf3e999c5f45.tar.bz2 market-sim-fc473dfc3eef8e1f88aeb381d5c5bf3e999c5f45.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"); +} |