diff options
| author | jussi | 2023-12-06 18:41:01 +0200 |
|---|---|---|
| committer | jussi | 2023-12-06 18:41:01 +0200 |
| commit | 6ecbbcc282bb25fae4bcd2e9f394adb74ac60ae7 (patch) | |
| tree | 8aead333dbeb5abc5deacdcbb243a5a1291c5079 /changelog | |
| parent | 4a783a156e1ab6ea9a8b69cd75db6aa33bb6eefc (diff) | |
| download | reilua-enhanced-6ecbbcc282bb25fae4bcd2e9f394adb74ac60ae7.tar.gz reilua-enhanced-6ecbbcc282bb25fae4bcd2e9f394adb74ac60ae7.tar.bz2 reilua-enhanced-6ecbbcc282bb25fae4bcd2e9f394adb74ac60ae7.zip | |
Files management functions.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,7 @@ KEY CHANGES: - ADDED: Raygui textures with SetShapesTexture. - CHANGE: Raygui wrapper library is now object based. Possible to have multiple separated gui systems. - ADDED: Raygui wrapper library disabled and styles for each element. + - ADDED: Files management functions. DETAILED CHANGES: - REMOVED: DrawLineBezierQuad, DrawLineBezierCubic. @@ -36,6 +37,8 @@ DETAILED CHANGES: - CHANGE: Event documentation is now described in c files. - ADDED: ExportBufferAsCode. - ADDED: GetTextureDefault. + - CHANGE: Renamed Files management functions to Files system functions as in raylib. + - CHANGE: Renamed ExportBufferAsCode to ExportDataAsCode. ------------------------------------------------------------------------ Release: ReiLua version 0.6.0 Using Raylib 4.5 |
