mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-26 03:40:05 +00:00
Protected handler calls in bot.c
- Added support for LAIKAPKT_HANDSHAKE_RES
This commit is contained in:
@@ -10,13 +10,19 @@
|
||||
|
||||
#define ARRAY_START 4
|
||||
|
||||
/* for intellisense */
|
||||
#ifndef LIB_VERSION_MAJOR
|
||||
#define LIB_VERSION_MAJOR 0
|
||||
#ifdef DEBUG
|
||||
#define LAIKA_DEBUG(...) printf(__VA_ARGS__);
|
||||
#else
|
||||
#define LAIKA_DEBUG(...)
|
||||
#endif
|
||||
|
||||
#ifndef LIB_VERSION_MINOR
|
||||
#define LIB_VERSION_MINOR 0
|
||||
/* for intellisense */
|
||||
#ifndef LAIKA_VERSION_MAJOR
|
||||
#define LAIKA_VERSION_MAJOR 0
|
||||
#endif
|
||||
|
||||
#ifndef LAIKA_VERSION_MINOR
|
||||
#define LAIKA_VERSION_MINOR 0
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user