summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-26 02:01:36 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-26 02:01:36 -0600
commitd373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (patch)
tree9f39e33187265d606236e2d7a7cb2ddb2009b575 /include
parent20c5936f0c9fd15d34fce0409e8835282ea2fcaf (diff)
rename rng.c to random.c
Diffstat (limited to 'include')
-rw-r--r--include/random.h (renamed from include/rng.h)7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/rng.h b/include/random.h
index dec8c6e26..a928a97b5 100644
--- a/include/rng.h
+++ b/include/random.h
@@ -1,5 +1,5 @@
-#ifndef GUARD_RNG_H
-#define GUARD_RNG_H
+#ifndef GUARD_RANDOM_H
+#define GUARD_RANDOM_H
extern u32 gRngValue;
@@ -12,4 +12,5 @@ u16 Random(void);
//Sets the initial seed value of the pseudorandom number generator
void SeedRng(u16 seed);
-#endif // GUARD_RNG_H
+#endif // GUARD_RANDOM_H
+