6 lines
120 B
C
6 lines
120 B
C
#pragma once
|
|
|
|
/* General render state. */
|
|
int lrlglSetLineWidth( lua_State *L );
|
|
int lrlglGetLineWidth( lua_State *L );
|