mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
This commit is contained in:
@@ -168,6 +168,9 @@ namespace box2d
|
||||
**/
|
||||
void getFilterData(int * v);
|
||||
|
||||
void setGroupIndex(int index);
|
||||
int getGroupIndex() const;
|
||||
|
||||
int setCategory(lua_State * L);
|
||||
int setMask(lua_State * L);
|
||||
int getCategory(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user