B_clskin.c

This module implements client skin emulation.
 

Uses:
 

 

Exports:
 

// returns the 'n'th client entity
//
// Parameter:            n : number of the client
// Returns:              client entity
//

entity (float n) GetClientEntity;

// Hack for GLQuake to get the skin color working
//
// Parameter:            -
// Returns:              -
//

void () GLQuakeHack;