1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-09-20 02:28:19 +00:00
Laika/cnc/include/cnc.h

13 lines
187 B
C
Raw Normal View History

#ifndef LAIKA_CNC_H
#define LAIKA_CNC_H
#include "laika.h"
#include "lpacket.h"
#include "lsocket.h"
#include "lpolllist.h"
struct {
struct sLaika_socket sock;
} sLaika_cnc;
#endif