mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-09 11:44:15 -04:00
@@ -0,0 +1,15 @@
|
||||
#include "REL/executor.h"
|
||||
|
||||
void _prolog(void) {
|
||||
ModuleConstructorsX(_ctors);
|
||||
ModuleProlog();
|
||||
}
|
||||
|
||||
void _epilog(void) {
|
||||
ModuleEpilog();
|
||||
ModuleDestructorsX(_dtors);
|
||||
}
|
||||
|
||||
void _unresolved(void) {
|
||||
ModuleUnresolved();
|
||||
}
|
||||
Reference in New Issue
Block a user