7 lines
77 B
C
7 lines
77 B
C
|
/* nest63.h */
|
||
|
#ifdef X3F
|
||
|
nest = 0x3f;
|
||
|
#else
|
||
|
#include "nest64.h"
|
||
|
#endif
|