mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-28 16:11:51 -04:00
Create functionally equivalent C for handwritten RNG2 functions
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#ifndef IN_GAME_GAME_1291B0_H
|
||||
#define IN_GAME_GAME_1291B0_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 random2(void);
|
||||
void rng2SetSeed(u32 seed);
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,9 @@
|
||||
#ifndef IN_GAME_RNG2_H
|
||||
#define IN_GAME_RNG2_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 random2(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user