summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-11-27 14:08:58 +0200
committerjussi2022-11-27 14:08:58 +0200
commitdeda5fb9170295133444809618835e8b9aa61512 (patch)
treeb00b07e245e2b9899f2c0059706b1f112e6b8c3a /API.md
parentc327a1ed55fafc212bf0e3bd5067ab246f1f041c (diff)
downloadreilua-enhanced-deda5fb9170295133444809618835e8b9aa61512.tar.gz
reilua-enhanced-deda5fb9170295133444809618835e8b9aa61512.tar.bz2
reilua-enhanced-deda5fb9170295133444809618835e8b9aa61512.zip
Exit function and N-Patch fix.
Diffstat (limited to 'API.md')
-rw-r--r--API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/API.md b/API.md
index c30e84a..94b9d65 100644
--- a/API.md
+++ b/API.md
@@ -31,6 +31,12 @@ This function can be used for custom log message handling.
---
+> function exit()
+
+This function will be called on program close. Cleanup could be done here.
+
+---
+
## Globals - ConfigFlags
FLAG_VSYNC_HINT