forked from github/server
10 lines
121 B
C
10 lines
121 B
C
#pragma once
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void register_tolua_helpers(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|