mirror of
https://github.com/CPunch/Laika.git
synced 2025-12-16 12:30:06 +00:00
First actual runnable version
- many warnings & bug fixes - added bot/ source
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#define LAIKA_MAGIC "LAI\x12"
|
||||
#define LAIKA_MAGICLEN 4
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
LAIKAPKT_HANDSHAKE_REQ,
|
||||
LAIKAPKT_HANDSHAKE_RES,
|
||||
LAIKAPKT_MAXNONE
|
||||
} LAIKAPKT_ID;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user