summaryrefslogtreecommitdiff
path: root/src/script.h
blob: 3d1a08408f79d5dec930f8ad18119d2f5833a1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

// C linkage required for these functions since main-* code uses them.
#ifdef __cplusplus
extern "C" {
#endif

extern void init_lua_init(void);

#ifdef __cplusplus
} // extern "C"
#endif