summaryrefslogtreecommitdiff
path: root/includes/compiler/PPCError.h
blob: c21191254ec56b2827b125ee8c98997b943ee50d (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef COMPILER_PPCERROR_H
#define COMPILER_PPCERROR_H

#include "compiler/common.h"

extern void PPCError_Error(int code, ...);
extern void PPCError_Warning(int code, ...);
extern void PPCError_Message(char *format, ...);
extern void PPCError_ErrorTerm(short code, ...);

#endif