1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-15 00:04:20 +00:00
janet/include/gst/stl.h

12 lines
188 B
C
Raw Normal View History

2017-03-26 19:44:57 +00:00
#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