]> 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 3d0bbda843ca215eb69f9c7518a01c83508eada1..bc5fdc3c6016b6289040b9fbe073f4af142a333c 100644 (file)
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
 /* TGI kernel variables */
-extern void*                tgi_drv;           /* Pointer to driver */
+extern void*         tgi_drv;           /* Pointer to driver */
 extern unsigned char tgi_error;         /* Last error code */
 extern unsigned char tgi_gmode;         /* Flag: Graphics mode active */
 extern int           tgi_curx;          /* Current drawing cursor X */
@@ -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