diff options
| author | Ray <[email protected]> | 2018-09-05 10:59:05 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-05 10:59:05 +0200 |
| commit | 1fcb3c0317e694a72ed4b6ed6601839cbf674809 (patch) | |
| tree | 86c0a81b49198b1d1cd064837724cf89e44c2d4c /src/raylib.h | |
| parent | 10c22c8d61d70dd5a44ab49b9d9c0d8730b934c9 (diff) | |
| download | raylib-1fcb3c0317e694a72ed4b6ed6601839cbf674809.tar.gz raylib-1fcb3c0317e694a72ed4b6ed6601839cbf674809.zip | |
Started working on IQM/glTF loaders
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h index 1c0207ac..8af8ab4d 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -442,6 +442,7 @@ typedef struct RenderTexture2D { // RenderTexture type, same as RenderTexture2D typedef RenderTexture2D RenderTexture; +// N-Patch layout info typedef struct NPatchInfo { Rectangle sourceRec; // Region in the texture int left; // left border offset |
