7 lines
187 B
C
7 lines
187 B
C
#pragma once
|
|
|
|
/* General render state. */
|
|
int lrlglSetLineWidth( lua_State *L );
|
|
int lrlglGetLineWidth( lua_State *L );
|
|
/* Initialization functions */
|
|
int lrlglGetVersion( lua_State *L ); |