예제 #1
0
파일: Sampled.cpp 프로젝트: alekstorm/tala
static void shiftX (I, double xfrom, double xto) {
	iam (Sampled);
	inherited (Sampled) shiftX (me, xfrom, xto);
	NUMshift (& my x1, xfrom, xto);
}
예제 #2
0
파일: StoneDoors.c 프로젝트: 772/openclonk
// Smaller search radius
func Find_InRect(x,y,wdt,hgt) { return inherited(x/2, y+10, wdt/2, hgt-20); }