コード例 #1
0
ファイル: shape.c プロジェクト: axelmuhr/Helios-NG
Shape::Shape () {
    SetUndefined();
    Rigid(hfil, hfil, vfil, vfil);
    aspect = 0;
    hunits = 1;
    vunits = 1;
}
コード例 #2
0
// *********************************************************************
//                             GKeyValue
// *********************************************************************
GKeyValue::GKeyValue() {

	SetUndefined();
}