mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-22 04:50:06 +00:00
13 lines
187 B
C
13 lines
187 B
C
#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 |