mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Formatted source files
This commit is contained in:
parent
3317345d92
commit
673a42242d
7 changed files with 226 additions and 263 deletions
|
@ -22,8 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
// scriptexception.h: Script Exception
|
||||
|
||||
#ifndef __EXCEPT_H__
|
||||
#define __EXCEPT_H__
|
||||
#pragma once
|
||||
|
||||
#include "../qcommon/str.h"
|
||||
|
||||
|
@ -50,5 +49,3 @@ void Error(const char *format, ...);
|
|||
|
||||
#define ScriptDeprecated(function) throw ScriptException(function ": DEPRECATED. DON'T USE IT ANYMORE")
|
||||
#define ScriptError throw ScriptException
|
||||
|
||||
#endif /* __EXCEPT_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue