d_s_name minor work

This commit is contained in:
Jasper St. Pierre
2024-04-19 22:07:48 -07:00
parent 6cbe5c5457
commit 683cf9324d
3 changed files with 104 additions and 5 deletions
+1 -1
View File
@@ -83,11 +83,11 @@ public:
bool isConnectParent() const { return mIsConnectParent; }
void show() { mVisible = true; }
void hide() { mVisible = false; }
bool isVisible() { return mVisible; }
void getBounds() {}
void getGlbBounds() {}
void getRotate() const {}
void isVisible() {}
void place(const JGeometry::TBox2<f32>&) {}
void rotate(f32) {}
void rotate(f32, f32, J2DRotateAxis, f32) {}