mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
This commit is contained in:
@@ -331,6 +331,8 @@ namespace box2d
|
||||
**/
|
||||
void wakeUp();
|
||||
|
||||
void setFixedRotation(bool fixed);
|
||||
bool getFixedRotation() const;
|
||||
private:
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user