mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-09 01:10:14 +00:00
Inital commit
lib/ is just [FoxNet](https://git.openpunk.com/CPunch/FoxNet) ported to C99
This commit is contained in:
12
cnc/include/cnc.h
Normal file
12
cnc/include/cnc.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef LAIKA_CNC_H
|
||||
#define LAIKA_CNC_H
|
||||
|
||||
#include "laika.h"
|
||||
#include "lsocket.h"
|
||||
#include "lpolllist.h"
|
||||
|
||||
struct {
|
||||
struct sLaika_socket sock;
|
||||
} sLaika_cnc;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user