diff options
Diffstat (limited to 'include/textures.h')
| -rw-r--r-- | include/textures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/textures.h b/include/textures.h index 1f7932e..80e5a37 100644 --- a/include/textures.h +++ b/include/textures.h @@ -22,7 +22,9 @@ int ltexturesGenImageGradientH( lua_State *L ); int ltexturesGenImageGradientRadial( lua_State *L ); int ltexturesGenImageChecked( lua_State *L ); int ltexturesGenImageWhiteNoise( lua_State *L ); +int ltexturesGenImagePerlinNoise( lua_State *L ); int ltexturesGenImageCellular( lua_State *L ); +int ltexturesGenImageText( lua_State *L ); /* Image Manipulation Functions. */ int ltexturesImageCopy( lua_State *L ); int ltexturesImageFromImage( lua_State *L ); |
