1
0
forked from Onek8/LNXSDK
Files

9 lines
120 B
C++
Raw Permalink Normal View History

2026-05-22 11:54:15 -07:00
#include "RectangleDef.h"
int Rectangle::instanceCount = 0;
int Rectangle::area()
{
return width*height;
}