1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-05 18:00:40 +00:00
janet/include/gst/stl.h
2017-03-26 15:44:57 -04:00

12 lines
188 B
C

#ifndef stl_h_INCLUDED
#define stl_h_INCLUDED
#include <gst/gst.h>
#include <gst/compile.h>
/* Load the standard library */
void gst_stl_load(GstCompiler *c);
#endif // stl_h_INCLUDED