Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/native/externs/RectangleImpl.cpp
2026-05-22 11:54:15 -07:00

9 lines
120 B
C++
Executable File

#include "RectangleDef.h"
int Rectangle::instanceCount = 0;
int Rectangle::area()
{
return width*height;
}