mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Replace getCanvas/ImageFormats with getTextureFormats
This commit is contained in:
@@ -190,6 +190,7 @@ bool luax_boolflag(lua_State *L, int table_index, const char *key, bool defaultV
|
||||
int luax_intflag(lua_State *L, int table_index, const char *key, int defaultValue);
|
||||
double luax_numberflag(lua_State *L, int table_index, const char *key, double defaultValue);
|
||||
|
||||
bool luax_checkboolflag(lua_State *L, int table_index, const char *key);
|
||||
int luax_checkintflag(lua_State *L, int table_index, const char *key);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user