mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
8 lines
93 B
C++
8 lines
93 B
C++
#include "jstypes.h"
|
|
|
|
void GreenFunc();
|
|
|
|
void JS_REQUIRES_STACK RedFunc()
|
|
{
|
|
GreenFunc();
|
|
}
|