diff options
Diffstat (limited to 'include/tux.h')
| -rw-r--r-- | include/tux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tux.h b/include/tux.h index 2905ffe..f247f02 100644 --- a/include/tux.h +++ b/include/tux.h @@ -105,6 +105,8 @@ typedef struct tux_struct bool_t isCanSwitchGun; int frame; + + void *client; } tux_t; extern bool_t isTuxInicialized(); |