This commit is contained in:
jussi
2022-04-05 01:38:03 +03:00
parent 2a46afbf91
commit fbfe1e0cb6
13 changed files with 458 additions and 11 deletions

7
include/lights.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
/* Validators. */
bool validLight( size_t id );
/* Basics. */
int llightsCreateLight( lua_State *L );
int llightsUpdateLightValues( lua_State *L );