git.s-ol.nu janet-2geom / 2626b5f src / main.cpp
2626b5f

Tree @2626b5f (Download .tar.gz)

main.cpp @2626b5fraw · history · blame

1
2
3
4
5
6
7
8
9
#include "point.h"

extern "C" {

JANET_MODULE_ENTRY(JanetTable *env) {
    janet_lib_geom_point(env);
}

}