Files
socket/src/main.c

6 lines
100 B
C
Raw Normal View History

2026-07-07 10:56:04 +10:00
#include <comet/cometlib.h>
2026-07-09 21:56:09 +10:00
#include "socket.h"
2026-07-07 10:56:04 +10:00
on_import {
2026-07-09 21:56:09 +10:00
defineSocketStruct(env, typeMap);
2026-07-07 10:56:04 +10:00
}