X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Ftgi%2Ftgi-kernel.h;h=bc5fdc3c6016b6289040b9fbe073f4af142a333c;hb=aa4a7735d7e29defcef036b45e68e4fb7a4ddf91;hp=8367e4453d7f73e14bca6b4f82a10419d0670da5;hpb=85885001b133e2dc320b6f6459259afa69784ca8;p=cc65 diff --git a/include/tgi/tgi-kernel.h b/include/tgi/tgi-kernel.h index 8367e4453..bc5fdc3c6 100644 --- a/include/tgi/tgi-kernel.h +++ b/include/tgi/tgi-kernel.h @@ -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