diff options
Diffstat (limited to 'src/modules/modWall.c')
| -rwxr-xr-x | src/modules/modWall.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/modWall.c b/src/modules/modWall.c index 4030795..c2cf69e 100755 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -338,6 +338,10 @@ void cmdArena(char *line) if( strncmp(line, "wall", 4) == 0 )cmd_wall(line); } +void recvMsg(char *msg) +{ +} + int destroy() { destroySpaceWithObject(spaceWall, destroyWall); |