module to implement default fallbacks and lock mechanisms
This commit is contained in:
16
fallback.h
Normal file
16
fallback.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
** $Id: $
|
||||
*/
|
||||
|
||||
#ifndef fallback_h
|
||||
#define fallback_h
|
||||
|
||||
void luaI_errorFB (void);
|
||||
void luaI_indexFB (void);
|
||||
void luaI_gettableFB (void);
|
||||
void luaI_arithFB (void);
|
||||
void luaI_concatFB (void);
|
||||
void luaI_orderFB (void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user