Formatted source files

This commit is contained in:
smallmodel 2023-10-01 22:47:25 +02:00
parent 3317345d92
commit 673a42242d
No known key found for this signature in database
GPG key ID: A96F163ED4891440
7 changed files with 226 additions and 263 deletions

View file

@ -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__ */