00001 #pragma once
00002
00003 #define LOG
00004
00005
00006
00007
00008
00009
00010
00011 #define LOG_ADDRESS 100
00012 #define LOG_CHANNEL 72
00013
00014
00015
00016
00017
00018 #define assert_client(x) {if(!(x)) { printf("\nError in client file %s at line %u for client address %u channel %u ", __FILE__, __LINE__, this->address.Address(), this->channel->Id()); __debugbreak(); } }