]> git.sur5r.net Git - cc65/blobdiff - include/tgi/tgi-kernel.h
Merge pull request #297 from groessler/something_to_pull
[cc65] / include / tgi / tgi-kernel.h
index 8367e4453d7f73e14bca6b4f82a10419d0670da5..bc5fdc3c6016b6289040b9fbe073f4af142a333c 100644 (file)
@@ -67,19 +67,6 @@ extern unsigned      tgi_charheight;    /* Height of scaled bitmap font */
 
 
 
-/*****************************************************************************/
-/*                                     Code                                  */
-/*****************************************************************************/
-
-
-
-int __fastcall__ tgi_imulround (int rhs, int lhs);
-/* Helper function for functions using sine/cosine: Multiply two values, one
- * being an 8.8 fixed point one, and return the rounded and scaled result.
- */
-
-
-
 /* End of tgi-kernel.h */
 #endif