mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
Add LuaJIT 2.0.3.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
** Userdata handling.
|
||||
** Copyright (C) 2005-2014 Mike Pall. See Copyright Notice in luajit.h
|
||||
*/
|
||||
|
||||
#ifndef _LJ_UDATA_H
|
||||
#define _LJ_UDATA_H
|
||||
|
||||
#include "lj_obj.h"
|
||||
|
||||
LJ_FUNC GCudata *lj_udata_new(lua_State *L, MSize sz, GCtab *env);
|
||||
LJ_FUNC void LJ_FASTCALL lj_udata_free(global_State *g, GCudata *ud);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user