aboutsummaryrefslogtreecommitdiff
path: root/lbuiltin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lbuiltin.h')
-rw-r--r--lbuiltin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lbuiltin.h b/lbuiltin.h
new file mode 100644
index 00000000..07210f85
--- /dev/null
+++ b/lbuiltin.h
@@ -0,0 +1,14 @@
1/*
2** $Id: $
3** Built-in functions
4** See Copyright Notice in lua.h
5*/
6
7#ifndef lbuiltin_h
8#define lbuiltin_h
9
10
11void luaB_predefine (void);
12
13
14#endif