Update Files
This commit is contained in:
8
Kha/Backends/Kinc-hxcpp/khacpp/test/native/externs/RectangleImpl.cpp
Executable file
8
Kha/Backends/Kinc-hxcpp/khacpp/test/native/externs/RectangleImpl.cpp
Executable file
@ -0,0 +1,8 @@
|
||||
#include "RectangleDef.h"
|
||||
|
||||
int Rectangle::instanceCount = 0;
|
||||
|
||||
int Rectangle::area()
|
||||
{
|
||||
return width*height;
|
||||
}
|
Reference in New Issue
Block a user