summaryrefslogtreecommitdiff
path: root/include/lgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lgl.h')
-rw-r--r--include/lgl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lgl.h b/include/lgl.h
index 5d0ea9b..459ed69 100644
--- a/include/lgl.h
+++ b/include/lgl.h
@@ -1,5 +1,7 @@
#pragma once
+/* Rendering. */
+int lglClear( lua_State* L );
/* Frame Buffers. */
int lglBlitFramebuffer( lua_State* L );
/* State Management. */