summaryrefslogtreecommitdiff
path: root/source/luametatex/source/lua/lmtluaclib.h
blob: 28b5998bbad6a23159ecda609e06cf5636717322 (plain)
1
2
3
4
5
6
7
8
9
10
/*
    See license.txt in the root of this project.
*/

# ifndef LUALUACLIB_H
# define LUALUACLIB_H

extern void lmt_luaclib_initialize (void);

# endif