diff options
Diffstat (limited to 'src/game/client/cl_skin.h')
| -rw-r--r-- | src/game/client/cl_skin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/cl_skin.h b/src/game/client/cl_skin.h index 84dbc5f2..0b5875b3 100644 --- a/src/game/client/cl_skin.h +++ b/src/game/client/cl_skin.h @@ -1,3 +1,4 @@ +#include "../vmath.h" // do this better and nicer typedef struct @@ -8,6 +9,7 @@ typedef struct const char term[1]; } skin; +vec4 skin_get_color(int v); void skin_init(); int skin_num(); const skin *skin_get(int index); |