Exemple #1
0
void M_BufferWriteBool(buf_t *buf, bool b) {
  M_BufferWriteBools(buf, &b, 1);
}
Exemple #2
0
void M_BufferWriteBool(buf_t *buf, dboolean b) {
  M_BufferWriteBools(buf, &b, 1);
}