mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 15:28:41 -04:00
fix functions.h
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef RANDOM_H
|
||||
#define RANDOM_H
|
||||
|
||||
extern u32 Random(void);
|
||||
|
||||
extern u32 gRand;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user