aboutsummaryrefslogtreecommitdiff
path: root/src/network/serveropcodes.h
Commit message (Expand)AuthorAge
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-16
* Fix wrong channel type in Client/Server CommandFactoriesLoic Blot2017-04-14
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-16
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-10
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef VERSION_HEADER #define VERSION_HEADER extern const char *g_version_string; extern const char *g_version_hash; extern const char *g_build_info; #endif