remove dxerr from rageexception

This commit is contained in:
Glenn Maynard
2002-12-18 07:52:11 +00:00
parent c18612995f
commit 255ba47447
-4
View File
@@ -13,10 +13,6 @@
#include "RageException.h"
#include "RageUtil.h"
#include "dxerr8.h"
#pragma comment(lib, "DxErr8.lib")
RageException::RageException( const char *fmt, ...)
{
va_list va;