#include "debug_client.h"
#include "world_model.h"
#include "player_object.h"
#include <rcsc/common/logger.h>
#include <rcsc/net/udp_socket.h>
#include <algorithm>
#include <sstream>
#include <iostream>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <cmath>
ネームスペース | |
namespace | rcsc |
マクロ定義 | |
#define | G_BUFFER_SIZE 8192*4 |
max send buffer size for debug client |