summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorjussi2023-06-01 20:35:06 +0300
committerjussi2023-06-01 20:35:06 +0300
commit8008ebf1b041e837eecf54c3904156309508a2a8 (patch)
treedb5a570dcfb6dd2f9547d00763223eb7855050cc /include/state.h
parent4e09bc7d617dc2b784d39aa54baeaae905bfa09b (diff)
downloadreilua-enhanced-8008ebf1b041e837eecf54c3904156309508a2a8.tar.gz
reilua-enhanced-8008ebf1b041e837eecf54c3904156309508a2a8.tar.bz2
reilua-enhanced-8008ebf1b041e837eecf54c3904156309508a2a8.zip
New rlgl functions and texture can be given as table.
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/state.h b/include/state.h
index e1cbaed..e4cb72f 100644
--- a/include/state.h
+++ b/include/state.h
@@ -9,6 +9,7 @@ typedef struct {
typedef struct {
int type;
+ int texRef; /* TextureReference. */
Texture texture;
RenderTexture renderTexture;
} ReiTexture;