mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
13 lines
140 B
C
13 lines
140 B
C
/*
|
|
** $Id$
|
|
** Built-in functions
|
|
** See Copyright Notice in lua.h
|
|
*/
|
|
|
|
#ifndef lbuiltin_h
|
|
#define lbuiltin_h
|
|
|
|
void luaB_predefine();
|
|
|
|
#endif
|