/
antim
/
LuaPlayer-by-YuliaTeam
Обзор
Документация
Войти
/
antim
/
LuaPlayer-by-YuliaTeam
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lua/src/lapi.h
67 строк
6 KB
r3trob0y
Initial commit
18 окт 2025, 02:50
18 окт 2025, 02:50
14d430e
Код
Авторство
О чём код?
/*----------------------------------------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #------ This File is Part Of : ----------------------------------------------------------------------------------------# #------- _ ------------------- ______ _ --------------------------------------------------------------------------# #------ | | ------------------- (_____ \ | | --------------------------------------------------------------------------# #------ | | --- _ _ ____ _____) )| | ____ _ _ ____ ____ ----------------------------------------------# #------ | | --- | | | | / _ | | ____/ | | / _ || | | | / _ ) / ___) ----------------------------------------------# #------ | |_____| |_| |( ( | | | | | |( ( | || |_| |( (/ / | | --------------------------------------------------# #------ |_______)\____| \_||_| |_| |_| \_||_| \__ | \____)|_| --------------------------------------------------# #------------------------------------------------- (____/ -------------------------------------------------------------# #------------------------ ______ _ -------------------------------------------------------------------------------# #------------------------ (_____ \ | | -------------------------------------------------------------------------------# #------------------------ _____) )| | _ _ ___ ------------------------------------------------------------------# #------------------------ | ____/ | || | | | /___) ------------------------------------------------------------------# #------------------------ | | | || |_| ||___ | ------------------------------------------------------------------# #------------------------ |_| |_| \____|(___/ ------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #- Licensed under the GPL License --------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #- Copyright (c) Nanni <cusunanni@hotmail.it> --------------------------------------------------------------------------# #- Copyright (c) Rinnegatamante <rinnegatamante@eternalongju2.com> -----------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #- Official Forum : http://rinnegatamante.eu/luaplayerplus/forum.php ---------------------------------------------------# #- For help using LuaPlayerPlus, coding help, and other please visit : http://rinnegatamante.eu/luaplayerplus/forum.php # #-----------------------------------------------------------------------------------------------------------------------# #- Credits : -----------------------------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #- Homemister for LPHM sourcecode --------------------------------------------------------------------------------------# #- Zack & Shine for LP Euphoria sourcecode -----------------------------------------------------------------------------# #- ab5000 for support on psp-ita.com -----------------------------------------------------------------------------------# #- valantin for sceIoMvdir and sceIoCpdir improved functions------------------------------------------------------------# #- Dark_AleX for usbdevice ---------------------------------------------------------------------------------------------# #- VirtuosFlame & ColdBird for iso drivers and kuBridge ----------------------------------------------------------------# #- sakya for Media Engine and OslibMod ---------------------------------------------------------------------------------# #- Booster & silverspring for EEPROM write/read functions --------------------------------------------------------------# #- Akind for RemoteJoyLite ---------------------------------------------------------------------------------------------# #- cooleyes for mpeg4 lib ----------------------------------------------------------------------------------------------# #- Arshia001 for PSPAALib ----------------------------------------------------------------------------------------------# #- InsertWittyName & MK2k for PGE sourcecode ---------------------------------------------------------------------------# #- Youresam for LUA BMPLib ---------------------------------------------------------------------------------------------# #- Raphael for vram manager code ---------------------------------------------------------------------------------------# #- Dynodzzo for LSD concepts -------------------------------------------------------------------------------------------# #- ab_portugal for Image.negative function -----------------------------------------------------------------------------# #- JiC� for drawCircle function ----------------------------------------------------------------------------------------# #- Rapper_skull & DarkGiovy for testing LuaPlayer Plus and coming up with some neat ideas for it. ----------------------# #-----------------------------------------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------*/ /* ** $Id: lapi.h,v 2.2.1.1 2007/12/27 13:02:25 roberto Exp $ ** Auxiliary functions from Lua API ** See Copyright Notice in lua.h */ #ifndef lapi_h #define lapi_h #include "lobject.h" LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o); #endif