mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-27 03:53:24 +00:00
8 lines
83 B
C++
Executable File
8 lines
83 B
C++
Executable File
#include"rectangle.h"
|
|
|
|
namespace vb01{
|
|
Rectangle::Rectangle(Vector3 size){
|
|
|
|
}
|
|
}
|