mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-27 19:27:41 +00:00
6 lines
61 B
C++
6 lines
61 B
C++
#include"bone.h"
|
|
|
|
namespace vb01{
|
|
Bone::Bone() : Node(){}
|
|
}
|