mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Rename loaders to fit their locations
--HG-- branch : minor
This commit is contained in:
@@ -43,7 +43,7 @@ namespace devil
|
||||
0
|
||||
};
|
||||
|
||||
int luaopen_love_image(lua_State * L)
|
||||
int luaopen_love_image_devil(lua_State * L)
|
||||
{
|
||||
if(instance == 0)
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace image
|
||||
{
|
||||
namespace devil
|
||||
{
|
||||
extern "C" LOVE_EXPORT int luaopen_love_image(lua_State * L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_image_devil(lua_State * L);
|
||||
|
||||
} //devil
|
||||
} // image
|
||||
|
||||
Reference in New Issue
Block a user