core client and server methods implemented

This commit is contained in:
2026-07-10 08:55:06 +10:00
parent 36b2e37bda
commit 0a51c54040
6 changed files with 145 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
#include <comet/cometlib.h>
#include "socket.h"
#include "address.h"
on_import {
defineSocketStruct(env, typeMap);
defineAddressStruct(env);
}