8 lines
73 B
C++
Executable File
8 lines
73 B
C++
Executable File
|
|
#include "Shape.h"
|
|
|
|
Shape::Shape()
|
|
{
|
|
m_transparency = 0.0;
|
|
}
|