diff options
| author | jussi | 2022-06-19 12:18:09 +0300 |
|---|---|---|
| committer | jussi | 2022-06-19 12:18:09 +0300 |
| commit | 1529202e26a02461708784d8830475261893a537 (patch) | |
| tree | 134f627a4eb131f1daf0b3541fe925b7e5bcc6fb /include | |
| parent | 7b26e0aa68fb45612083b8e6b5c970564804803d (diff) | |
| download | reilua-enhanced-1529202e26a02461708784d8830475261893a537.tar.gz reilua-enhanced-1529202e26a02461708784d8830475261893a537.tar.bz2 reilua-enhanced-1529202e26a02461708784d8830475261893a537.zip | |
RLGL line width functions.
Diffstat (limited to 'include')
| -rw-r--r-- | include/lrlgl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lrlgl.h b/include/lrlgl.h new file mode 100644 index 0000000..4394f00 --- /dev/null +++ b/include/lrlgl.h @@ -0,0 +1,5 @@ +#pragma once + +/* General render state. */ +int lrlglSetLineWidth( lua_State *L ); +int lrlglGetLineWidth( lua_State *L ); |
