Files
2010-04-02 02:48:44 -03:00

14 lines
183 B
GLSL
Executable File

/**
* @file shinyWaterF.glsl
*
* Copyright (c) 2007-$CurrentYear$, Linden Research, Inc.
* $License$
*/
void shiny_lighting_water();
void main()
{
shiny_lighting_water();
}