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