1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-17 01:04:21 +00:00
janet/include/gst/stl.h
2017-04-12 21:21:46 -04:00

11 lines
156 B
C

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