shithub: tinygl

Download patch

ref: 34935b41d07cb06277c285e203ad7f8703c67d82
parent: 8e821de1576a47f6373a359658468c02936b309f
author: David <gek@katherine>
date: Sun Feb 28 21:24:34 EST 2021

A

--- a/SDL_Examples/include/lockstepthread.h
+++ b/SDL_Examples/include/lockstepthread.h
@@ -23,6 +23,7 @@
 void init_lsthread(lsthread* t);
 void start_lsthread(lsthread* t);
 void kill_lsthread(lsthread* t);
+void destroy_lsthread(lsthread* t);
 void lock(lsthread* t);
 void step(lsthread* t);
 void* lsthread_func(void* me_void);