mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-25 04:41:18 +00:00
7 lines
137 B
C
7 lines
137 B
C
|
#pragma once
|
||
|
|
||
|
void addterm (void (*func)(void), const char *name);
|
||
|
#define atterm(t) addterm (t, #t)
|
||
|
void popterm ();
|
||
|
void call_terms();
|