mirror of
https://github.com/open-develop/xenoborg.git
synced 2025-04-02 13:21:42 -04:00
15 lines
290 B
C
15 lines
290 B
C
/*
|
|
* Xenoborg - Xbox Emulator
|
|
* Copyright (C) 2006-2010 blueshogun96
|
|
*
|
|
* Name: Error.h
|
|
* Desc: Error reporting functions.
|
|
*
|
|
* Changelog:
|
|
* 9/21/2010 - Initial writing.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
void EmuWarning( char* szWarning, ... );
|
|
bool EmuError( char* szError, ... );
|