mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Debloated g_local.h include files
This commit is contained in:
parent
f5a58decf5
commit
fbd03b6a26
68 changed files with 169 additions and 98 deletions
|
@ -22,8 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
// parsetree.h: Abstract Syntax Layer for Lexer/Parser
|
||||
|
||||
#ifndef __PARSETREE_H__
|
||||
#define __PARSETREE_H__
|
||||
#pragma once
|
||||
|
||||
#include "str.h"
|
||||
|
||||
#if defined ( GAME_DLL )
|
||||
#define showopcodes g_showopcodes
|
||||
|
@ -143,5 +144,3 @@ struct yyparsedata {
|
|||
};
|
||||
|
||||
extern yyparsedata parsedata;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue