mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 03:07:41 +00:00
Add cache for strings.
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
#include <gst/datatypes.h>
|
||||
#include <gst/thread.h>
|
||||
#include <gst/vm.h>
|
||||
#include <gst/util.h>
|
||||
#include <gst/ds.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
/* Create a new thread */
|
||||
GstThread *gst_thread(Gst *vm, GstValue callee, uint32_t capacity) {
|
||||
|
Reference in New Issue
Block a user