Lights.
This commit is contained in:
7
include/lights.h
Normal file
7
include/lights.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
/* Validators. */
|
||||
bool validLight( size_t id );
|
||||
/* Basics. */
|
||||
int llightsCreateLight( lua_State *L );
|
||||
int llightsUpdateLightValues( lua_State *L );
|
||||
Reference in New Issue
Block a user