]> git.sur5r.net Git - cc65/blobdiff - include/cc65.h
Merge pull request #623 from blackystardust/master
[cc65] / include / cc65.h
index 4f9f3067fe88c1c95127440b5c0dbbcc5f667ddb..9b7b69a0e177bb8f253987be437df2147e576880 100644 (file)
@@ -85,6 +85,11 @@ int __fastcall__ cc65_cos (unsigned x);
 ** is in 8.8 fixed point format, which means that 1.0 = $100 and -1.0 = $FF00.
 */
 
+unsigned char doesclrscrafterexit (void);
+/* Indicates whether the screen automatically be cleared after program
+** termination.
+*/
+
 
 
 /* End of cc65.h */