You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
7 lines
77 B
C
7 lines
77 B
C
/* nest63.h */
|
|
#ifdef X3F
|
|
nest = 0x3f;
|
|
#else
|
|
#include "nest64.h"
|
|
#endif
|