From 8effd050ffb736df2124da00227d8b2843d298f6 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 9 Nov 2023 22:02:59 +0200 Subject: Organized shapes, textures, audio, text, lights and gui functions. --- include/lights.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lights.h') diff --git a/include/lights.h b/include/lights.h index f6c0f5f..24bbbb4 100644 --- a/include/lights.h +++ b/include/lights.h @@ -1,6 +1,6 @@ #pragma once -/* Basics. */ +/* Light management functions. */ int llightsCreateLight( lua_State *L ); int llightsUpdateLightValues( lua_State *L ); int llightsSetLightType( lua_State *L ); -- cgit v1.2.3