mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Removed duplicate declaration
git-svn-id: svn://svn.cc65.org/cc65/trunk@1430 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
29c217b4b2
commit
8b14f60e0d
@ -169,9 +169,6 @@ void __fastcall__ tgi_lineto (int x2, int y2);
|
||||
void __fastcall__ tgi_circle (int x, int y, unsigned char radius);
|
||||
/* Draw a circle in the current drawing color. */
|
||||
|
||||
void __fastcall__ tgi_outtext (int x, int y, const char* text);
|
||||
/* Print a text in graphics mode */
|
||||
|
||||
void __fastcall__ tgi_bar (int x1, int y1, int x2, int y2);
|
||||
/* Draw a bar (a filled rectangle) using the current color. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user