mirror of
https://github.com/CPunch/Laika.git
synced 2025-12-16 12:30:06 +00:00
Inital commit
lib/ is just [FoxNet](https://git.openpunk.com/CPunch/FoxNet) ported to C99
This commit is contained in:
10
lib/include/lpacket.h
Normal file
10
lib/include/lpacket.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LAIKA_PACKET_H
|
||||
#define LAIKA_PACKET_H
|
||||
|
||||
typedef enum {
|
||||
LAIKAPKT_HANDSHAKE_REQ,
|
||||
LAIKAPKT_HANDSHAKE_RES,
|
||||
LAIKAPKT_MAXNONE
|
||||
} LAIKAPKT_ID;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user