summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicWater.c
blob: 39abd7ad0f30b807f6187d96f962cb15a7dab259 (plain)
1
2
3
4
5
6
7
8
9
10
/*-- Blue color for scrolls --*/
#strict 2
#appendto MFWV
#appendto ICNL
#appendto MICS

func ScrollColor()
{
	return RGB(0, 0, 255);
}