finish CLMain.c

This commit is contained in:
Ash Wolf
2022-10-13 17:56:43 +01:00
parent 59a724bd4c
commit b8df05413a
12 changed files with 518 additions and 615 deletions

View File

@@ -149,15 +149,15 @@ void CLPrintType(SInt16 msgtype, ...) {
}
void CLPrint(SInt16 msgtype, ...) {
void CLPrint(const char *format, ...) {
}
void CLPrintWarning(SInt16 msgtype, ...) {
void CLPrintWarning(const char *format, ...) {
}
void CLPrintErr(SInt16 msgtype, ...) {
void CLPrintErr(const char *format, ...) {
}