aboutsummaryrefslogtreecommitdiff
path: root/src/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/random.c')
-rw-r--r--src/random.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c
index 90fb3f2..e55461a 100644
--- a/src/random.c
+++ b/src/random.c
@@ -1,4 +1,9 @@
1/// @submodule system 1/// @module system
2
3/// Random.
4// @section random
5
6
2#include <lua.h> 7#include <lua.h>
3#include <lauxlib.h> 8#include <lauxlib.h>
4#include "compat.h" 9#include "compat.h"