mirror of
https://github.com/garrettsworkshop/GWRAM.SYSTEM.git
synced 2025-10-24 11:50:48 -07:00
Removed whitespace in gwconio.h
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#ifndef GWCONIO_H
|
||||
#define GWCONIO_H
|
||||
|
||||
void gwcputsxy (unsigned char x, unsigned char y, const char* s);
|
||||
|
||||
void gwcputs (const char* s);
|
||||
|
||||
void __fastcall__ gwcputcxy (unsigned char x, unsigned char y, char c);
|
||||
|
||||
void __fastcall__ gwcputc (char c);
|
||||
|
||||
#endif /* GWCONIO_H */
|
||||
|
||||
Reference in New Issue
Block a user