generated from Comet/Comet-C-External-Lib
minimal working version going
This commit is contained in:
10
src/main.c
10
src/main.c
@@ -1,12 +1,6 @@
|
||||
#include <comet/cometlib.h>
|
||||
#include <stdio.h>
|
||||
#include "socket.h"
|
||||
|
||||
on_import {
|
||||
/*
|
||||
This is where you define all your functions and structs.
|
||||
|
||||
The on_import function is called by the compiler so you can let
|
||||
it know about all your symbols you want to expose.
|
||||
*/
|
||||
printf("We've been imported!\n")
|
||||
defineSocketStruct(env, typeMap);
|
||||
}
|
||||
Reference in New Issue
Block a user