]> git.sur5r.net Git - cc65/blobdiff - src/sp65/c.h
Added '_' prefix to sin and cos.
[cc65] / src / sp65 / c.h
index 8b32247a04e63688c9bf60bfe38f7b0f88217057..113d0dee1a9b3735061d8de3d88fb59cb08e8982 100644 (file)
@@ -42,6 +42,9 @@
 #include "coll.h"
 #include "strbuf.h"
 
+/* sp65 */
+#include "bitmap.h"
+
 
 
 /*****************************************************************************/
@@ -50,7 +53,7 @@
 
 
 
-void WriteCFile (const StrBuf* Data, const Collection* A);
+void WriteCFile (const StrBuf* Data, const Collection* A, const Bitmap* B);
 /* Write the contents of Data to a file in C format */
 
 
@@ -58,6 +61,3 @@ void WriteCFile (const StrBuf* Data, const Collection* A);
 /* End of c.h */
 
 #endif
-
-
-