1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-10-05 17:12:48 +00:00
Laika/cnc/include/cnc.h

12 lines
166 B
C
Raw Normal View History

#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