sdcafiine_plugin/src/main.h

16 lines
150 B
C
Raw Normal View History

2021-04-06 16:58:19 +02:00
#pragma once
/* Main */
#ifdef __cplusplus
extern "C" {
#endif
#include <nsysnet/socket.h>
2022-02-04 15:05:17 +01:00
#include <stdint.h>
2021-04-06 16:58:19 +02:00
#ifdef __cplusplus
}
#endif
#endif