diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 2cd700b..ae2815b 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -54,6 +54,7 @@ namespace Bu | |||
54 | 54 | ||
55 | bool isOpen(); | 55 | bool isOpen(); |
56 | void close(); | 56 | void close(); |
57 | void tick(); | ||
57 | 58 | ||
58 | const Bu::Socket *getSocket() const; | 59 | const Bu::Socket *getSocket() const; |
59 | 60 | ||