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
|
|||
|
||||
// scriptvariable.h: Dynamic variables for scripts.
|
||||
|
||||
#ifndef __SCRIPTVARIABLE_H__
|
||||
#define __SCRIPTVARIABLE_H__
|
||||
#pragma once
|
||||
|
||||
#include "../qcommon/listener.h"
|
||||
#include "../qcommon/short3.h"
|
||||
|
@ -304,7 +303,7 @@ public:
|
|||
|
||||
ScriptVariable *GetVariable(str name) const;
|
||||
ScriptVariable *GetVariable(unsigned int name) const;
|
||||
bool VariableExists(str name) const;
|
||||
bool VariableExists(str name) const;
|
||||
|
||||
ScriptVariable *SetVariable(const char *name, int value);
|
||||
ScriptVariable *SetVariable(const char *name, float value);
|
||||
|
@ -318,5 +317,3 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* __SCRIPTVARIABLE_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue