(svn r26370) -Doc: Desync debugging and command replaying.

This commit is contained in:
frosch
2014-02-23 19:32:32 +00:00
parent e9f7103ad7
commit c6ce57e8a7
3 changed files with 263 additions and 4 deletions

View File

@@ -12,6 +12,12 @@
#ifndef NETWORK_FUNC_H
#define NETWORK_FUNC_H
/**
* Uncomment the following define to enable command replaying.
* See docs/desync.txt for details.
*/
// #define DEBUG_DUMP_COMMANDS
#include "core/address.h"
#include "network_type.h"
#include "../console_type.h"