definition streamlining

This commit is contained in:
theo
2020-06-12 21:55:38 -07:00
parent 55345bca65
commit a3be262635
56 changed files with 514 additions and 462 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef RANDOM_H
#define RANDOM_H
extern u32 Random(void);
extern u32 gRand;
#endif