RingRacers/src/modp_b64/config.h
James R 181c21613e Pull client9/stringencoders/modp_b64
- Base64 encoder/decoder
- Minor edits to compile with Ring Racers
2024-03-28 00:09:02 -07:00

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"