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