summaryrefslogtreecommitdiff
path: root/include/lrlgl.h
blob: c3073029fb2a861ed6d341a52c3705dc62f76f72 (plain)
1
2
3
4
5
6
7
#pragma once

/* General render state. */
int lrlglSetLineWidth( lua_State *L );
int lrlglGetLineWidth( lua_State *L );
/* Initialization functions */
int lrlglGetVersion( lua_State *L );