From 9e496100b7baff8834658f577d3138d9f8fc3765 Mon Sep 17 00:00:00 2001 From: aap Date: Sat, 18 May 2019 12:39:39 +0200 Subject: more work on CPhysical --- rwsdk/include/d3d8/rperror.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 rwsdk/include/d3d8/rperror.h (limited to 'rwsdk/include/d3d8/rperror.h') diff --git a/rwsdk/include/d3d8/rperror.h b/rwsdk/include/d3d8/rperror.h new file mode 100644 index 00000000..2a8c5630 --- /dev/null +++ b/rwsdk/include/d3d8/rperror.h @@ -0,0 +1,32 @@ +/*************************************************************************** + * * + * Module : rperror.h * + * * + * Purpose : Used to generate error codes * + * * + **************************************************************************/ + +#ifndef RPERROR_H +#define RPERROR_H + +/**************************************************************************** + Includes + */ + +#include "rpplugin.h" + +/**************************************************************************** + Defines + */ + +#define RWECODE(a,b) a, + +enum rwPLUGIN_ERRENUM +{ +#include "rperror.def" + rwPLUGIN_ERRENUMLAST = RWFORCEENUMSIZEINT +}; + +typedef enum rwPLUGIN_ERRENUM rwPLUGIN_ERRENUM; + +#endif /* RPERROR_H */ -- cgit v1.2.3