mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
6 lines
134 B
C
6 lines
134 B
C
// DR. ROBOTNIK'S RING RACERS
|
|
#include "../endian.h"
|
|
#ifdef SRB2_BIG_ENDIAN
|
|
#define WORDS_BIGENDIAN 1
|
|
#endif
|
|
#include "modp_stdint.h"
|