mirror of
https://github.com/zeldaret/st
synced 2026-08-24 07:20:15 -04:00
Improvements in SWBM (#133)
* feat: improvements in SWBM * feat: improvements * feat: increase matching for jp version * feat: add vfuncs from fields' classes * feat: improve matching * feat: rename parameters to reflect staticness of the function * refactor: change mangled name * feat: remove unused variable from bss * style: explicite parenthesis * feat: better matching * feat: replace if/else by a switch statement
This commit is contained in:
@@ -13,6 +13,9 @@ struct Cylinder {
|
||||
Cylinder(fx32 size) {
|
||||
this->Init(size);
|
||||
}
|
||||
Cylinder(fx32 x, fx32 y, fx32 z, fx32 size) {
|
||||
this->Init(x, y, z, size);
|
||||
}
|
||||
|
||||
void Init(fx32 size) {
|
||||
pos.x = 0;
|
||||
|
||||
Reference in New Issue
Block a user