lmtluaclib.h /size: 153 b    last modification: 2024-01-16 10:22
1/*
2    See license.txt in the root of this project.
3*/
4
5# ifndef LUALUACLIB_H
6# define LUALUACLIB_H
7
8extern void lmt_luaclib_initialize (void);
9
10# endif
11