mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
11 lines
111 B
C
11 lines
111 B
C
#ifndef RANDOM_H
|
|
#define RANDOM_H
|
|
|
|
#include "gba/types.h"
|
|
|
|
extern u32 Random(void);
|
|
|
|
extern u32 gRand;
|
|
|
|
#endif
|