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

# ifndef LUAFONTLIB_H
# define LUAFONTLIB_H

extern void lmt_fontlib_initialize (void);

# endif