diff options
| author | jussi | 2023-04-17 17:55:27 +0300 |
|---|---|---|
| committer | jussi | 2023-04-17 17:55:27 +0300 |
| commit | 8182c486e64f21c6f95b9108b0e506e603c2a65c (patch) | |
| tree | 45cb8299fd20e4f6f2cdf761afe8281ac445f035 /examples/ReiLuaGui_examples/main.lua | |
| parent | e732b936d4a2c40057eefebed9e6b2e653aeea27 (diff) | |
| download | reilua-enhanced-8182c486e64f21c6f95b9108b0e506e603c2a65c.tar.gz reilua-enhanced-8182c486e64f21c6f95b9108b0e506e603c2a65c.tar.bz2 reilua-enhanced-8182c486e64f21c6f95b9108b0e506e603c2a65c.zip | |
Raygui wrapper examples.
Diffstat (limited to 'examples/ReiLuaGui_examples/main.lua')
| -rw-r--r-- | examples/ReiLuaGui_examples/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ReiLuaGui_examples/main.lua b/examples/ReiLuaGui_examples/main.lua index 3c120b5..29dace8 100644 --- a/examples/ReiLuaGui_examples/main.lua +++ b/examples/ReiLuaGui_examples/main.lua @@ -1,7 +1,7 @@ package.path = package.path..";"..RL.GetBasePath().."?.lua" package.path = package.path..";"..RL.GetBasePath().."../resources/lib/?.lua" -Util = require( "utillib" ) +util = require( "utillib" ) Vec2 = require( "vector2" ) Rect = require( "rectangle" ) Color = require( "color" ) |
