RLGL line width functions.
This commit is contained in:
5
include/lrlgl.h
Normal file
5
include/lrlgl.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/* General render state. */
|
||||
int lrlglSetLineWidth( lua_State *L );
|
||||
int lrlglGetLineWidth( lua_State *L );
|
||||
Reference in New Issue
Block a user