mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
5 lines
118 B
C++
5 lines
118 B
C++
#include "jstypes.h"
|
|
|
|
|
|
// JS_REQUIRES_STACK should come before the *
|
|
typedef void (* JS_REQUIRES_STACK RedFuncPtr)();
|