commit 29e3324

uint  ·  2026-08-04 16:31:10 +0000 UTC
parent fdb1c88
rename mg_random->mgrandom
5 files changed,  +4, -4
R include/mg_random.h => include/mgrandom.h
+0, -0
+1, -1
1@@ -22,7 +22,7 @@ sdl_dep = dependency('sdl2', required: window_backend == 'sdl' or renderer_backe
2 
3 sources = [
4 	'source/main.c',
5-	'source/mg_random.c',
6+	'source/mgrandom.c',
7 	'source/config.c',
8 	'source/util.c',
9 	'source/world/block.c',
R source/mg_random.c => source/mgrandom.c
+1, -1
1@@ -1,4 +1,4 @@
2-#include "mg_random.h"
3+#include "mgrandom.h"
4 
5 #include <errno.h>
6 #include <stddef.h>
+1, -1
1@@ -12,7 +12,7 @@
2 #include <zlib.h>
3 
4 #include "mc_internal.h"
5-#include "mg_random.h"
6+#include "mgrandom.h"
7 
8 #ifndef MSG_NOSIGNAL
9 	#define MSG_NOSIGNAL 0
+1, -1
1@@ -2,7 +2,7 @@
2 #include <string.h>
3 
4 #include "mc_internal.h"
5-#include "mg_random.h"
6+#include "mgrandom.h"
7 
8 /* naive der parser */
9 typedef struct {