Project

General

Profile

Revision 313

organizing fonts

View differences:

hltp.c
111 111

  
112 112
    return ret;
113 113
}
114

  
115 114
int hltp_send_remote_info(const remote_info_t *p) {
116 115
    // struct size
117 116
    size_t struct_size = sizeof(keys_t) + sizeof(int32_t) * 2 + sizeof(size_t) + sizeof(double) * (3 *p->bullets_shot);

Also available in: Unified diff